Welcome to PrankSMS, a tool that allows you to send SMS messages programmatically using the Twilio API. This tool was designed as a learning project to demonstrate how to integrate APIs with PHP for practical use.
- Simple and Easy-to-Use CLI: User-friendly interface for sending SMS messages.
- Customizable: You can define the recipient, sender, and message content.
- Powered by Twilio API: Reliable and efficient SMS delivery.
- A Twilio account (including your Account SID and Auth Token).
- PHP installed on your system (version 7.0+).
- Internet connection.
- Clone this repository to your local machine:
git clone https://github.com/Hackering-True/PrankSMS.git cd PrankSMS
- Ensure PHP is installed by running:
php --version
- Install any required dependencies (if applicable).
- Log in to your Twilio account.
- Retrieve your Account SID and Auth Token from the Twilio Console.
- Run the tool in your terminal:
php PrankSMS.php
- Follow the on-screen instructions to:
- Enter your Twilio account details.
- Specify the recipient's and sender's phone numbers.
- Write the message content.
Here’s a sample of how it works:
Welcome to the PrankSMS Tool
Enter your Twilio account SID: ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Enter your Twilio auth token: your_auth_token
Enter the recipient's phone number: +1234567890
Enter the sender's phone number: +0987654321
Enter the message content: "Hello, this is a test message!"
Upon successful execution, the tool will send the SMS and display a confirmation message.
This tool is intended solely for educational purposes. Please use it responsibly and ensure compliance with Twilio's terms of service and any applicable laws. Unauthorized use of this tool for malicious purposes is strictly prohibited.
We welcome contributions to improve this tool! If you'd like to contribute:
- Fork this repository.
- Create a new branch for your feature or bug fix:
git checkout -b feature-name
- Make your changes and test thoroughly.
- Submit a pull request with a clear description of your changes.
This project is licensed under the MIT License. Feel free to use and modify the tool as needed.