/whatsapp-pybot

Purpose of this project is to show how to automate communication over WhatsApp messenger

Primary LanguagePythonMIT LicenseMIT

Intro

Purpose of this project is to show how to automate communication over WhatsApp messenger.

Requirements

Used frameworks

How do I get set up?

Python

  • Install Python (find python installation instructions on the internet)

Python libs

pip install -r whatsapp-pybot/requirements.txt

How do I launch the bot?

  • 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

Phone Setup

  • Scan the QR code that appears on the Chrome browser screen with your WhatsApp app on the phone

Desktop Setup

  • Enjoy!

Chat Window

Contributors

Developer: Iryna Volkodav

Screenshots source: QRCODE.es

License

MIT