Telegram Interface
- Make a copy of
.env_templateand rename it to.env - Add the bot token and Linguly Core Base url you want to connect your interface to
npm installnpm run buildnpm startornpm run devto run in dev mode- Now you can start chatting with the bot you have added the bot token to the .env file
To install in ubuntu:
sudo apt-get update
sudo apt-get install redis-serverTo run the redis server:
sudo service redis-server startTo test:
redis-cli pingTo make the chat flow design easier we are using drawio. To edit the chatFlow.drawio file use the draw.io vscode extension or the website.
Here is the current chat flow exported as svg: