Update config example

This commit is contained in:
Sijmen 2017-11-14 21:03:54 +01:00
parent 9756361efc
commit 73540e4790
1 changed files with 0 additions and 10 deletions

View File

@ -1,15 +1,5 @@
# Telegram bot token, as [BotFather](http://tg.me/BotFather) sends it. # Telegram bot token, as [BotFather](http://tg.me/BotFather) sends it.
TG_TOKEN = '<getthisfrombotfather>' TG_TOKEN = '<getthisfrombotfather>'
# Dictionary from Telegram user ID to their via API access token.
USER_TOKENS = {
12345678: 'access_token'
}
# Dictionary from Telegram to via group ID.
VIA_GROUPS = {
-1020304050: 12,
}
VIA_SCHEME = 'http' VIA_SCHEME = 'http'
VIA_HOST = 'localhost:5000' VIA_HOST = 'localhost:5000'