-
Notifications
You must be signed in to change notification settings - Fork 1k
/
sample_config.env
86 lines (71 loc) · 1.95 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
# Remove this line first before doing anything else
___________PLOX_______REMOVE_____THIS_____LINE__________=True
#
# Get from https://my.telegram.org/
#
API_KEY=""
API_HASH=""
#
# Generate using generate_string_session.py. Otherwise you can generate session file using generate_session_file.py
#
STRING_SESSION=""
#
# Screenshot Layer API Key for .screenshot command
# Get from https://screenshotlayer.com/
# Please refer to README for getting the key
#
SCREENSHOT_LAYER_ACCESS_KEY=""
#
# OpenWeather Map API Key for .weather command
# Get from https://openweathermap.org/
#
OPEN_WEATHER_MAP_APPID=""
#
# In case you want to turn on logging, set this True.
#
BOTLOG=False
#
# Chat ID for Botlog.
# Get it from group management bots such as Rose, or using the .chatid Paperplane command.
# This is an integer, please don't wrap it in quotes.
#
BOTLOG_CHATID=0
#
# If you want verbosity on the Logging
#
CONSOLE_LOGGER_VERBOSE=False
#
# PM Auto-Ban Feature Switch
#
PM_AUTO_BAN=False
#
# Your MongoDB Atlas URL
#
MONGO_DB_URI=""
#
# Spotify Configuration
# Obtain Client ID and Secret from https://developer.spotify.com/dashboard
# Make sure to set redirect URL to https://google.com
# Get Session with scripts/generate_spotify_session.py script.
#
SPOTIPY_CLIENT_ID=""
SPOTIPY_CLIENT_SECRET=""
SPOTIPY_SESSION=""
# You have to have your own unique two values for API_KEY and API_SECRET
# Obtain yours from https://www.last.fm/api/account/create for Last.fm
LASTFM_API=""
LASTFM_SECRET=""
LASTFM_USERNAME="" # Your last.fm username
LASTFM_PASSWORD="" # Your last.fm password
# Detect and mute spambots which match the
# Paperplane algorithm after they join a group.
# Use at your own risk, the algorithm is in beta stage.
WELCOME_MUTE=False
# Google Drive upload folder
GDRIVE_FOLDER=""
# Heroku configuration for Updater
HEROKU_APIKEY="" # Get from https://dashboard.heroku.com/account
HEROKU_APPNAME=""
# Wolfram ID
# Get an API KEY from products.wolframalpha.com/api/
WOLFRAM_ID=""