shivangbansal / Facebook-Chatbot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Facebook Messenger Chatbot

This is a simple python based chatbot which aims at giving a chatting experience to the user by replying to their messages at the real time.

Getting Started

Dependencies

This module requires the following modules:

  • Flask==0.11
  • gunicorn==19.6.0
  • MarkupSafe==0.23
  • requests==2.10.0
  • Werkzeug==0.11.10

Use pip to install all the dependencies.

Usage

Run following commands on the terminal.

  1. python main.py 5000

  2. ./ngrok http 5000

About


Languages

Language:Python 100.0%