Skip to content

Simple code to test messenger platform using Sanic framework

Notifications You must be signed in to change notification settings

heyost/messenger-bot-sanic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Facebook Messenger Bot Example - Sanic

Install Dependencies

Install all dependencies using pip install -r requirements.pip

Install Ngrok from - https://ngrok.com/ or if using Arch Linux yaourt -S ngrok

Run Server & Tunnel Connection

Run the dev server using:

python app.py

Use ngrok to tunnel the connection.

ngrok http 5000

You shall see the url for your local server. Something like: https://6cwqcffb8.ngrok.io.

Setup Facebook Messenger Platform

https://developers.facebook.com/docs/messenger-platform/guides/quick-start

About

Simple code to test messenger platform using Sanic framework

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages