https://github.com/javadkarami-com/sms-bomber
SmS Bomber With snap and torob API
https://github.com/javadkarami-com/sms-bomber
python sms-bomber spammer-tool
Last synced: about 2 months ago
JSON representation
SmS Bomber With snap and torob API
- Host: GitHub
- URL: https://github.com/javadkarami-com/sms-bomber
- Owner: Javadkarami-com
- Archived: true
- Created: 2021-08-16T18:40:49.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-12T08:49:31.000Z (8 months ago)
- Last Synced: 2025-08-23T05:24:08.104Z (about 2 months ago)
- Topics: python, sms-bomber, spammer-tool
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 20
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Torob and Snap SMS Bomber
This repository contains two Python scripts, `Torob.py` and `Snap.py`, that can be used to send multiple SMS messages to a target phone number.
## Installation
To use these scripts, you'll need to have Python 3 installed on your system. You can download Python from the official website: [https://www.python.org/downloads/](https://www.python.org/downloads/)
Once you have Python installed, you can clone this repository and navigate to the project directory in your terminal or command prompt.
```
git clone https://github.com/Javadkarami-com/sms-bomber.git
cd sms-bomber
```## Usage
### Torob.py
To use the `Torob.py` script, run the following command in your terminal or command prompt:
```
python Torob.py
```The script will prompt you to enter the target phone number and the number of SMS messages to send. Once you've entered this information, the script will start sending SMS messages to the target number.
### Snap.py
To use the `Snap.py` script, run the following command in your terminal or command prompt:
```
python Snap.py
```The script will prompt you to enter the target phone number. Once you've entered the number, the script will start sending SMS messages to the target number in an infinite loop.
**Note:** These scripts are designed for educational and research purposes only. Using them to harass or spam others is unethical and may be illegal in some jurisdictions.
## API
The `Torob.py` script uses the Torob API to send SMS messages, while the `Snap.py` script uses the Snap API. Both scripts make HTTP requests to the respective API endpoints to send the SMS messages.
## Contributing
If you find any issues or have suggestions for improving these scripts, feel free to open an issue or submit a pull request on the GitHub repository. Contributions are always welcome!