diff --git a/config.py.example b/config.py.example new file mode 100644 index 0000000..b510948 --- /dev/null +++ b/config.py.example @@ -0,0 +1,11 @@ +TG_TOKEN = '' + +# 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, +} \ No newline at end of file