we will learn how to connect our whatsapp account with Twilio sandbox and further how we can send different responses through twilio. Moreover, when we send any file to the twilio Whatsapp account then get that file at the server.
- Text Response
- Image Response
- Video Response
- Document Type Response
- Audio Response
Requires Python to run.
Create Virtual Evironment.
virtualenv env --python=python3
Activate Virtual Evironment.
source env/bin/activate
Install All Required Libraries.
pip install -r requirements.txt
Then Run Python flask App.
python whatsapp.py