Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 1.22 KB

README.md

File metadata and controls

33 lines (27 loc) · 1.22 KB

Sulk (SMS Bulk)

Sulk is a tool written in Python3 that allows you to send bulk SMS via the Textbelt API.

Captures

captura1

captura2

captura3

captura4

Use

# API textbelt.com
API_KEY = ""
  • Step 2: Add the phone numbers (including extension) of the targets in the 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.