- Can send attachments
- Can send multiple line messages
Install
requirements.txt
pip install -r requirements.txt
run
main.py
file
python3 main.py
-
"Enter Message" - Type the message you want to send
-
"Select Chromedriver file" - select the correct Chromedriver file (compulsory)
-
"Select Contact file" - select the contact file which have the list of contacts that you want to send messages (compulsory)
-
The Contact file should be in either .csv or .xlsx format
-
The column name of the list of contact numbers should be "Contact". For Example refer
phone_number.csv
-
-
"Select Attachment file" - if you want to attach any documents or file along with the text message then you can attach the file here (Optional)
-
"Start" - Starts the Bot
Thank You