Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pablokbg/sulk
Sulk is a tool written in Python3 that allows you to send bulk SMS via the Textbelt API.
https://github.com/pablokbg/sulk
linux sms-api sms-bulk sulk textbelt textbelt-api tool windows-powershell
Last synced: about 1 month ago
JSON representation
Sulk is a tool written in Python3 that allows you to send bulk SMS via the Textbelt API.
- Host: GitHub
- URL: https://github.com/pablokbg/sulk
- Owner: pablokbg
- Created: 2022-12-15T01:38:35.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-16T22:00:59.000Z (about 2 years ago)
- Last Synced: 2024-11-15T11:08:05.823Z (about 1 month ago)
- Topics: linux, sms-api, sms-bulk, sulk, textbelt, textbelt-api, tool, windows-powershell
- Language: Python
- Homepage:
- Size: 115 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sulk (SMS Bulk)
Sulk is a tool written in Python3 that allows you to send bulk SMS via the Textbelt API.# Captures
> ![captura1](https://raw.githubusercontent.com/pablokbg/Sulk/main/images/captura_1.png)> ![captura2](https://raw.githubusercontent.com/pablokbg/Sulk/main/images/captura_2.png)
> ![captura3](https://raw.githubusercontent.com/pablokbg/Sulk/main/images/captura_3.png)
> ![captura4](https://raw.githubusercontent.com/pablokbg/Sulk/main/images/captura_4.jpeg)
# Use
* Step 1: Add [Textbelt API](https://textbelt.com/purchase/?generateKey=1) in [config.py](https://github.com/pablokbg/Sulk/blob/main/config.py) file.
```
# API textbelt.com
API_KEY = ""
```
* Step 2: Add the phone numbers (including extension) of the targets in the [numbers.txt](https://github.com/pablokbg/Sulk/blob/main/numbers.txt) file.
```
+34XXXXXXXXX
+33XXXXXXXXX
......
```
* Step 3: Execute Sulk
```
python Sulk.py
```# Notes
* It is not recommended to use the free API, as it only allows you to send one sms to one recipient per day.
* When you purchase the KEY API, remember to select 'worldwide' to be able to send SMS to any recipient regardless of their location.
* The tool has been tested on linux systems and on windows systems with powershell.