This is a simple telegram chat bot. It is based on python-telegram-bot and chatterbot.
--
--
I'm assuming you have Python 3 installed and running on your PC.
1- Get you Bot Access token by creating a new bot on BotFather. 2- Add the bot token in chat_bot.py (Search for the commented line) 3- Install the required libraries using these commands:
sudo -H pip3 install -r requirements.txt
pip3 install -r requirements.txt
If you like my work you can donate. Join my Telegram Channel for more updates on my works.
To run the script type
python3 chat_bot.py
Now have a cup of coffee and wait for the training of the bot to finish. When training is finished, start the bot
--
More about Sumanjay