Whatsapp chatbot build with python and twilio
This is a Whatsapp Chatbot that responds with quotes, reply owners name, search internet for meaning of any word.
-
Download and install Python. Version 3 and above should come with
pip. -
Clone or fork this repository (project).
$ git clone https://github.com/arinzejustin/whatsapp-bot.git $ cd whatsapp-bot -
Create a virtual environment inside this project directoy e.g.,
python -m venv whatsapp-bot-venvThen activate that environment:
Windows: whatsapp-bot-venvScriptsactivate Mac: $ source whatsapp-bot-venv/bin/activate -
Install the following dependencies:
twilio, flask, requests, beautifulsoup,