Skip to content

manjeet-thadani/Facebook-Chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Facebook Chatbot using DialogFlow

This project is an simple example of how to create Facebook Chatbot using Dialogflow. The Dialogflow Facebook integration allows you to easily create a Facebook Messenger bot with natural language understanding, based on the Dialogflow technology.

Installation

Dependencies
  1. Install fbchat
    pip install fbchat
  1. Install apiai
    pip install apiai

Usage

  1. Download above python repository.

  2. Create your DialogFlow Project

  3. Put your credentials in app.py

		self.CLIENT_ACCESS_TOKEN = "<your client access token>"
		# Create an object of our class, enter your email and password for facebook.
    		client = Jarvis("<your fb email address>", "<your fb password>")
  1. Run script
		python app.py

Releases

No releases published

Packages

No packages published