Fork of markov chain Telegram bot for local VR chat
migrations | ||
src | ||
.gitignore | ||
db.py | ||
main.cfg.example | ||
README.md | ||
requirements.txt | ||
run.py |
My great plan is to create a Telegram chat bot that would be like shizoid, but in Python and maybe with some extra features.
Dependencies
python >= 3.5.2
python-telegram-bot==5.2.0
orator==0.9.2
Setup
- Install dependencies with PIP
- Rename
main.cfg.example
tomain.cfg
, setbot
anddb
properties - Execute command
orator migrate -c db.py
to create database and required tables - Run the
run.py
using python