Another Telegram-bot made for memeing.
- Get API-token from @botfather and enter it to env.cfg
- Enter the necessary Minecraft server data to env.cfg.
- Install python-telegram-bot and requests via pip.
- Install all the other requirements as well via pip install -r requirements.txt
- Install sqlite3
- If you have old txt-files you can migrate them to database with
python migrate_txt_files.py
- Run imneversorry.py with Python 3.6