Fork of markov chain Telegram bot for local VR chat
Go to file
2016-11-10 10:42:52 +03:00
migrations Fixes of saving algorithm 2016-11-07 23:06:30 +03:00
src Added help command 2016-11-10 10:42:52 +03:00
.gitignore updated .gitignore 2016-11-06 20:42:57 +03:00
db.py [WIP] It works! Kinda.. 2016-11-02 01:22:26 +03:00
main.cfg.example Updates to config and readme 2016-11-08 21:40:20 +03:00
README.md Updates to config and readme 2016-11-08 21:40:20 +03:00
requirements.txt Updates to config and readme 2016-11-08 21:40:20 +03:00
run.py [WIP] It works! Kinda.. 2016-11-02 01:22:26 +03:00

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

  1. Install dependencies with PIP
  2. Rename main.cfg.example to main.cfg, set bot and db properties
  3. Execute command orator migrate -c db.py to create database and required tables
  4. Run the run.py using python