This is the working copy of facebook messenger bot using Django. It is the carbon-copy of Node.js version supplied by facebook. The application is quite straightforward.
- python3.6
- ngrok
The way I tested the application is using Test Drive on facebook developer platform. You can use ngrok http 8000
to bind django development server port to create virtual online url. Then, paste the https
url generated by ngrok
inside test drive. Then, you are good to go.