Skip to content

behappycc/facebook-messenger-chatbot-101

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages