Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.09 KB

README.md

File metadata and controls

44 lines (31 loc) · 1.09 KB

Facebook Bot Using Python Tutorial with Examples

Build Status

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/

Features

  • Text Response
  • Image Response
  • Button Response
  • Feedback Response
  • Generic Response
  • Video Response
  • Quick Reply

Installation

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 faceboo_try.py