Create config example
This commit is contained in:
parent
63694abc3c
commit
46c401d82c
|
@ -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 New Issue