This is the Source Code of Official bot of Beta MH of SCTCE trivandrum .
-> Can be trained to understand any language ( In the above code english communcation traning is provided ) . -> Understands emotions of user (using textblob AI library bot comments on user's mood when a sad sentence is detected by bot ) .
-> Textblob pip install textblob
-> Chatterbot pip install chatterbot
-> Telegram Bot API pip install python-telegram-bot
Browse the link on your telegram enabled device " https://telegram.me/botfather " and follow the instructions .
This project is derived from
1) Python-Telegram-Bot of https://python-telegram-bot.org/
2) chatterbot project of https://chatterbot.readthedocs.io/
For furthur investigation and deep diving into the code please consider the root project's documentations given above .