All posts in "Chat Bot"
Share

Chat bot with serverless and aws lambda

By w s / August 27, 2017

Imagine that you could always entertain your customer for 24/7 on the web the same way an automated answering machine would. Chat bots is the answer to this; you can answer queries, show user some of your product and even extract some information from your site’s user. When facebook opens up the API for messenger, […]

Share

How to debug your Facebook messenger bot locally

By w s / June 19, 2017

Working with chat bots can sometimes be a real pain. Most of the chat bot platform requires you to deploy your code in the cloud (and it has to be in https to make matter more complicated!) in order to test out the functionality. I’ve tried this particular way of creating and testing chat bots before […]