Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 569 Bytes

File metadata and controls

15 lines (11 loc) · 569 Bytes

Kiltisbot

Telegram bot to brighten up guildlife. Data, analysis and stats from the guildroom. Possibly supports innovative spam via quotes and puns.

Depends on a python telegram bot wrapper: https://github.com/python-telegram-bot/python-telegram-bot

Usage:

  1. Clone repo
  2. Aquire a telegram bot api token (https://core.telegram.org/bots#6-botfather)
  3. Create a config.py file with variables kiltistoken = "{your api key}" and quotedb = "{filename for quote database}.db"
  4. run "pip install python-telegram-bot --upgrade"
  5. run bot with "python3 kiltisbot.py"