Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.