we will create a facebook messenger bot to get the different types of response such as text, generic, buttons, list, media and feedback response from the bot. Furthermore we will also learn how we will be able to get the files that we share with the bot in chat at server-side in our computer.
Below is tutorial link. By following this tutorial you can create Facebook bot. https://www.pragnakalp.com/create-facebook-chatbot-using-python-tutorial-with-examples/
- Text Response
- Image Response
- Button Response
- Feedback Response
- Generic Response
- Video Response
- Quick Reply
Requires Python to run.
Create Virtual Evironment.
virtualenv env --python=python3Activate Virtual Evironment.
source env/bin/activateInstall All Required Libraries.
pip install -r requirements.txtThen Run Python flask App.
python faceboo_try.py