yachbot
$ 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
Here is minimal content of yachbot.cfg:
[bot] db_dir = ./yachdb telegram_token = very-secret-token