Category: News

Creating a Messenger Chatbot with Google Translate using Heroku, Chatfuel, NodeJS, and Python

Our colleagues have prepared some nice Python code with Google Translate and we look for a quick way to deploy to Messenger. We have decided that the quickest way would be to use the following tools: Chatfuel (for connecting to Messenger), NodeJS for server side connection, and Heroku to upload both the Python code and the NodeJS code. In this exercise, here is what we did: Implement the Google Translate portion in Python. Use Flask to help generate the web framework. In the main python program, it merely does the @app.route function which calls on another function to do the… Read More