File size: 962 Bytes
f9171a8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Telegram app id and hash
TELEGRAM_CLIENT_HASH = ''
TELEGRAM_CLIENT_ID = 0

# Telegram bot token from @BotFather
TELEGRAM_BOT_TOKEN = ''

# The username of the telegram bot.
TELEGRAM_BOT_USERNAME = ''

# Username handler of the owner of the bot. Used for GDPR
BOT_OWNER_USERNAME = '@'

# Special client ID to access the sydney chat.
# It's not shared with the public to prevent abuse. If you got your hands on it, it's your responsability how you use it.
SYDNEY_CLIENT_ID = 0

# Enables suggestions in inline queries
# Same as with the client id, I preffer to not share it to the public, or even mention how to get it. And the same as above
# If you got your hands on it, it's your responsability how you use it.
SUGGESTIONS_API_KEY = ''

# Postgres database connection string
POSTGRES_CONNECTION_STRING = ''

# DO NOT TOUCH!! AUTOMATICALLY GENERATED BY THE SCRIPT ON THE FIRST RUN
# b'IwjIw_ewCyTzBjdH6OQejKsr_e-hqc8PfsYN7CsAXRI='
COOKIE_ENCRYPTION_KEY = None