Create config example
This commit is contained in:
parent
63694abc3c
commit
46c401d82c
1 changed files with 11 additions and 0 deletions
11
config.py.example
Normal file
11
config.py.example
Normal 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,
|
||||||
|
}
|
Loading…
Reference in a new issue