12
Dec
Chatbots Roundup #6 Learn the best practices to make a Bot
Creating a Chatbot from Scratch: A Beginners Guide There are some stumbling blocks out there, but hopefully this post and my obsessively annotated code can act as templates and signposts to help get you on your way. We are running our app using Flask, which is basically a whole bunch of code we can call upon to deal with things like receiving requests for information over the internet. In order to create a secondary worker process I've used Redis and Celery. Redis is our “message broker”; it makes makes a list...