behappycc / facebook-messenger-chatbot-101

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Facebook Messenger Chatbot 101

Setting

Python 3.6

Python 3.6

ngrok

  1. signup your ngrok account https://ngrok.com/

  2. Download ngrok
    Windows
    Mac
    Linux

  3. Connect your account

./ngrok authtoken <AUTH_TOKEN>

Install

# Clone the repository
$ git clone https://github.com/behappycc/facebook-messenger-chatbot-101.git

# Go into the repository
$ cd facebook-messenger-chatbot-101

# Python3.6
$ sudo pip3 install -r requirements.txt

Usage

./ngrok http <PORT_NUMBER>
python3 web_server.py -p <PORT_NUMBER>

About

License:MIT License


Languages

Language:Python 100.0%