Skip to content

pragnakalp/facebook-messenger-bot-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Create Facebook Chatbot Using Python Tutorial with Examples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages