Expose localhost RASA chatbot for Telegram Integration
This tutorial will show how you can expose your RASA chat bot to integrate it with Telegram.
Last updated
Was this helpful?
This tutorial will show how you can expose your RASA chat bot to integrate it with Telegram.
Last updated
Was this helpful?
This tutorial assumes that you have access to your Telegram account (create ) and have RASA installed (instructions).
You can simply initialize a new project.
Search @BotFather on telegram. Use '/newbot' to create a Telegram bot. Follow instructions until you set your bot name & get your Token for accessing Telegram's HTTP API.
The default port for RASA server is 5005.
Edit your credential.yml file and add your access_token , verify (your bot name) & webhook_url (replace with your domain).
Search for User 'testxyzbot' & start chatting.
This is how you can have a working Telegram bot powered by RASA NLU with LocalXpose do the connecting for you.
You can reserve loclx.io subdomain or use a custom domain (explained ).
If you want these ports to be exposed during boot, you can create a systemd unit file as explained .
We haven't added any stories or domains. This bot is simply running off the default init model. Check for more info.