Skip to content

A telegram chatbot built with Chatterbot Python library

License

Notifications You must be signed in to change notification settings

Tomiwa-Ot/Telegram-ChatBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages