Create config example

This commit is contained in:
Sijmen 2017-11-10 17:25:56 +01:00
parent 63694abc3c
commit 46c401d82c
1 changed files with 11 additions and 0 deletions

11
config.py.example Normal file
View File

@ -0,0 +1,11 @@
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,
}