forked from New-dev0/TgTwitterStreamer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.sample
More file actions
43 lines (34 loc) · 736 Bytes
/
.env.sample
File metadata and controls
43 lines (34 loc) · 736 Bytes
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
# Sample of .env / Config File
# Fill Vars without " or '
API_ID =
API_HASH =
BOT_TOKEN =
TO_CHAT =
TRACK_USERS=
CONSUMER_KEY =
CONSUMER_SECRET =
ACCESS_TOKEN =
ACCESS_TOKEN_SECRET =
[OPTIONAL] - Below Vars should be used in same way as Shown Above.
# --------------------------------------------------------------
# Just Keep the optional vars which you want to fill.
# Remove other Var Example completely.
# --------------------------------------------------------------
TRACK_WORDS
LANGUAGES
FILTER_LEVEL
DISABLE_START
START_MESSAGE
START_MEDIA
CUSTOM_TEXT
BUTTON_TITLE
CUSTOM_BUTTON
DISABLE_BUTTON
TAKE_REPLIES
TAKE_RETWEETS
TAKE_OTHERS_REPLY
MUST_INCLUDE
MUST_EXCLUDE
AUTO_LIKE
AUTO_RETWEET
AUTO_PIN