Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 1.03 KB

README.md

File metadata and controls

27 lines (24 loc) · 1.03 KB

Telegram ChatBot

A telegram chatbot built with Chatterbot Python library. The bot trains itself with a pre-computed data set from ChatterBot Corpus to engage in a converstaion. The bot stores the chat sqlite3 database named db.sqlite3 and uses this to train/imporve itself.

Requirements

  • chatterbot==1.0.0
  • chatterbot-corpus
  • pyTelegramBotApi

Installation

Step 1

root@pc:~# git clone https://github.com/Tropes-Ot/Telegram-ChatBot.git
root@pc:~# pip3 install requirements.txt #listed above

Step 2

Step 3

root@pc:~# python3 __init__.py
  • Start converstion with bot