Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.12 KB

readme.md

File metadata and controls

33 lines (22 loc) · 1.12 KB

This is the Source Code of Official bot of Beta MH of SCTCE trivandrum .

FEATURES :-

-> 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 ) .

Installing Dependencies :-

-> Textblob pip install textblob

-> Chatterbot pip install chatterbot

-> Telegram Bot API pip install python-telegram-bot

Preliminary steps in Setting up a Telegram Bot

Browse the link on your telegram enabled device " https://telegram.me/botfather " and follow the instructions .

Creditz and more Documentation :-

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 .