· 6 years ago · Mar 21, 2020, 03:04 PM
1[telethon]
2# Get your own Telegram API key from https://my.telegram.org/apps.
3api_id =
4api_hash =
5 redis_endpoint =
6 redis_password =
7
8[userbot]
9# Uncomment the things you'd want to change.
10# auto or none for the sticker packs uses the default pack name and nickname
11# setting a prefix locks the prefix to the one you specified. (do resetprefix to undo it via bot)
12console_logger_level = INFO
13# pm_permit = True
14# logger_group_id = -1001234567890
15# userbot_prefix = .
16# default_sticker_pack = auto
17# default_animated_sticker_pack = auto
18# userbot_regexninja = True
19
20[api_keys]
21# api_key_heroku = Youcantcatchthis&123
22# api_key_removebg = None
23
24
25# Don't modify anything below this unless you know what you're doing!
26
27# Using include and exclude both won't work. That just makes you not smart.
28[plugins]
29enabled = True
30root = userbot/plugins
31# include = misc
32# www
33# exclude = www
34# misc
35
36# Currently useless. Skip it.
37[proxy]
38enabled = False
39hostname = 11.22.33.44
40port = 1080
41username = <your_username>
42password = <your_password>