A bulk SMS sender written in Python that sends a message to large number of recipients using an Android phone connected to the computer.
- Android Phone
- USB Cable
- Computer
- Android Debug Bridge (
adb
) - Device drivers for the android phones
- Clone the repository
- Fill the file
contacts.csv
with the list of numbers to send the SMS to. - Write the desired message in
message.txt
file. - Change relevant configurations in
config.py
file. - Connect the Android phone to the computer and turn on the USB debugging mode.
- Run the script using
python3 script.py