Equip Chatbot for your Facebook page using Python
Published:
Although there are a lot of product available in supporting develop messenger chatbot, as a programmer it is limited compare to programming yourself. In this blog, I will write a chatbot for Facebook page using Python programming language. We will use Flask to create a webhook app, Messenger API for message interaction, and ngrok for forwarding local host. Read more