hayabhay / django-facebook-messenger-bot-tutorial

Code for my Tutorial on building a Facebook Messenger bot using Django/Python
https://abhaykashyap.com/blog/post/tutorial-how-build-facebook-messenger-bot-using-django-ngrok
MIT License
71 stars 51 forks source link

Is it working with comments ? #2

Closed PhanDuc closed 7 years ago

PhanDuc commented 7 years ago

Hi abhay !

I read your post, its very awesome and help me understand webhooks. After this your post i have an question, How to make this project work with comments and if i want to save all news even to db how i can do that's ?

Thanks so much Abhay !

hayabhay commented 7 years ago

You will have to familiarize yourself with Django models and create a table for what you want to store. Then you can use the conversation to capture and store the user content