Purpose of this project is to show how to automate communication over WhatsApp messenger.
- Install Python (find python installation instructions on the internet)
-
Install all required packages for the bot to be run:
pip install -r whatsapp-pybot/requirements.txt
- Launch the bot using next command:
python ./pybot/whatsapp/Bot.py -u ./resources/users_sample.txt -m ./resources/message_sample.txt
, where:
-u <FILE_WITH_USERS> - file with users it is going to talk to
-m <FILE_WITH_MESSAGE> - message it is going to send to the users
- Open WhatsApp on your mobile phone and select Whatsapp Web menu option from the top bar in WhatsApp app
- Scan the QR code that appears on the Chrome browser screen with your WhatsApp app on the phone
- Enjoy!
Developer: Iryna Volkodav
Screenshots source: QRCODE.es
MIT