https://github.com/yyasha/smsbomb
sms bomber
https://github.com/yyasha/smsbomb
python python3 sms-bomber spammer
Last synced: about 1 year ago
JSON representation
sms bomber
- Host: GitHub
- URL: https://github.com/yyasha/smsbomb
- Owner: yyasha
- Created: 2020-01-11T09:28:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-08-05T20:58:31.000Z (almost 3 years ago)
- Last Synced: 2023-10-20T23:58:32.278Z (over 2 years ago)
- Topics: python, python3, sms-bomber, spammer
- Language: Python
- Homepage:
- Size: 30.3 KB
- Stars: 152
- Watchers: 34
- Forks: 109
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# smsbomb
use python3
# Conponents:
```
pip3 install requests
```
# To start with multithreading:
```
python3 sms_with_threading.py
```
# To start in a circle:
```
python3 sms_with_while.py
```