Skip to content

ufian/yachbot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

yachbot

yachbot

How to run

$ pip2 install python-telegram-bot
$ pip2 install leveldb
$ touch yachbot.cfg # and fill [bot] section with parameters: db_dir and telegram_token
$ python2 yachbot.py

Configuration file format

Here is minimal content of yachbot.cfg:

[bot]
db_dir = ./yachdb
telegram_token = very-secret-token

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%