Expose localhost RASA chatbot for Telegram Integration
This tutorial will show how you can expose your RASA chat bot to integrate it with Telegram.
1. Initialize a RASA project
$ rasa init --no-prompt2. Create a Telegram Bot

3. Reserve a sub-domain specific for your project
4. Expose RASA server with LocalXpose
5. Edit your credentials.yml
Talk to your Telegram bot

Last updated