-
Notifications
You must be signed in to change notification settings - Fork 1
/
sample_config.env
70 lines (52 loc) · 1.35 KB
/
sample_config.env
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
# Get these from https://my.telegram.org/
# REQUIRED
API_ID=''
API_HASH=''
# Get this value by running python3 session.py locally
# REQUIRED
SESSION=''
# Your Database URL
# Example: 'postgresql://sedenbot:sedenbot@localhost:5432/sedenbot'
DATABASE_URL=''
# Chat ID for Log Group
LOG_ID=''
# Location of ChromeDriver for .carbon module
# Example for Linux Machines : '/usr/bin/chromedriver'
CHROME_DRIVER=''
# To change Alive message
ALIVE_MSG=''
# To change bot lang
SEDEN_LANG=''
# To change bot pattern
BOT_PREFIX=''
# Default city for .weather command
WEATHER=''
# remove.bg API Key for .rbg command
# Get from https://www.remove.bg/api
RBG_APIKEY=''
# OCR Space API Key for .ocr command
# Get from https://ocr.space/ocrapi
OCR_APIKEY=''
# Genius lyrics get this value from https://genius.com/developers
GENIUS_TOKEN=''
# Spotify Client ID
SPOTIPY_CLIENT_ID=''
# Spotify Client Secret
SPOTIPY_CLIENT_SECRET=''
# Gdrive Folder ID
GDRIVE_FOLDER_ID=''
# If you need Verbosity on the Logging
LOG_VERBOSE=False
# PM Auto Ban and other PmPermit Stuffs
PM_AUTO_BAN=False
PM_MSG_COUNT=''
PM_UNAPPROVED=''
# Last.fm module
# Get from https://www.last.fm/api/account/create
LASTFM_API=''
LASTFM_SECRET=''
LASTFM_USERNAME='' # Last.fm Username
LASTFM_PASSWORD='' # Last.fm Password
# SpamWatch module
# Get from https://t.me/SpamWatchBot?start=token
SPAMWATCH_KEY=''