This repository has been archived by the owner on May 15, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 464
/
config.env.sample
188 lines (101 loc) · 3.61 KB
/
config.env.sample
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
# Note: if you get core.api.GetResponse Too Many Req Error
# see => https://t.me/USERGE_X/109876
# Remove this line first before doing anything else
_____REMOVE_____THIS_____LINE_____=true
# ---------------「 REQUIRED 」--------------- #
# Get them from https://my.telegram.org/
API_ID=""
API_HASH=""
# Mongodb url from https://cloud.mongodb.com/
# guide: https://del.dog/mongodb_guide
DATABASE_URL=""
# [ Private Telegram Log Channel ID ]
# Note: Also add your Bot to LOG CHANNEL (for BOT or DUAL)
LOG_CHANNEL_ID=""
# ════════════「 USERGE-X MODES 」════════════ #
# Fill Vars for the mode you want [ USER ], [ BOT ]
# or [ DUAL MODE ] (Both)
# 1. USER MODE
# get this using
# [ https://repl.it/@Leorio/stringsessiongen or bash genStr ]
HU_STRING_SESSION=""
# 2. BOT MODE
# Get this from https://t.me/botfather and enable Inline Mode
BOT_TOKEN=""
OWNER_ID="" # your user_id(s)
# 3. DUAL MODE
# Both BOT and USER Sessions are Required for DUAL MODE
# ---------------「 OPTIONAL 」--------------- #
# Set false if your don't like to use extra plugins
LOAD_UNOFFICIAL_PLUGINS=true
# This is best if you wanna add your own plugins
# private / public both repos are supported
# Set this to fork of https://github.com/code-rgb/Custom-Plugins and add your plugins
CUSTOM_PLUGINS_REPO=false
# Userbot Workers Count : Default = cpu_count + 4
WORKERS=""
# Googel Drive API Keys from https://console.developers.google.com/
G_DRIVE_CLIENT_ID=""
G_DRIVE_CLIENT_SECRET=""
# Set true if it is TeamDrive
G_DRIVE_IS_TD=false
# Index link for gdrive
G_DRIVE_INDEX_LINK=""
# Set name to your working directory
DOWN_PATH="downloads/"
# Your Languge ( ex: if english => 'en' )
PREFERRED_LANGUAGE="en"
# get API Key from 'https://free.currencyconverterapi.com/'
CURRENCY_API=""
# get API key for OCR module 'http://eepurl.com/bOLOcf'
OCR_SPACE_API_KEY=""
# add default city for weather
WEATHER_DEFCITY=""
# SpamWatch API get it from @SpamWatch in Telegram
SPAM_WATCH_API=""
# Weather API get it from 'https://openweathermap.org/'
OPEN_WEATHER_MAP=""
# RemoveBg API Key get it from 'https://www.remove.bg/api'
REMOVE_BG_API_KEY=""
# GDrive Folder ID
G_DRIVE_PARENT_ID=""
# set command prefix
CMD_TRIGGER="."
# set command prefix for SUDO users
SUDO_TRIGGER="!"
# set this to your USERGE-X fork on GitHub
UPSTREAM_REPO=""
# single character for finished progress
FINISHED_PROGRESS_STR='█'
# single character for unfinished progress
UNFINISHED_PROGRESS_STR='░'
# custom name for your sticker pack
CUSTOM_PACK_NAME=""
# set your own custom media for bot pm
# accepted formats:
# a link to message: https://t.me/useless_x/2
# chat and message id separated by |: -1005545442|84565
BOT_MEDIA=""
# For Spotify Music Auto Bio, get your spotify client ID and Secret from
# (https://developer.spotify.com/dashboard)
SPOTIFY_CLIENT_ID=""
SPOTIFY_CLIENT_SECRET=""
# Nsfw Detect API Key get it from https://deepai.org/dashboard/profile
DEEP_AI=""
# Custom alive Media Link (Either put a Imgur or Telegraph link here)
# e.g https://i.imgur.com/GuGLG9E.gif
# for more info see note #customize in support group
ALIVE_MEDIA=""
# For gen_memes.py
# Get it from https://imgflip.com/ by creating a free account
# and don't forget to verify your email address and copy username and password.
IMGFLIP_ID=""
IMGFLIP_PASS=""
# LastFM username and api key
LASTFM_USERNAME=""
LASTFM_API_KEY=""
# ---------「 Only If Using Heroku 」--------- #
# get a Heroku API key from http://dashboard.heroku.com/account
HEROKU_API_KEY=""
# given app name to the heroku app
HEROKU_APP_NAME=""