-
Notifications
You must be signed in to change notification settings - Fork 2
/
sample_config.env
100 lines (84 loc) · 1.99 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
# Remove this line first before doing anything
___________PLOX_______REMOVE_____THIS_____LINE__________=True
#
# Get from https://my.telegram.org/
#
API_KEY="YOUR API KEY"
API_HASH="YOUR API HASH"
#
# 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=""
#
# ChatID for the Log group
# Add a Hypen or a Negative Sign before ID
# This is a integer, Please don't use Strings
#
BOTLOG_CHATID= #-<your id>
#
# Incase you want to turn off logging, put this to false
#
BOTLOG=True
#
# If you need Verbosity on the Logging
#
CONSOLE_LOGGER_VERBOSE=False
#
# PM Auto-Ban Feature Switch
#
PM_AUTO_BAN=False
#
# Your MongoDB URI, Don't change this example if you're
# Using Docker Compose Deployment
# Example:
#
MONGO_DB_URI=mongodb://paperplane:paperplane@paperplane-dockerstation_mongoserver_1:27017/userbot
#
# YouTube Data API Key for .yt command
# Get from https://console.cloud.google.com
#
YOUTUBE_API_KEY=""
#
# Spotify Current Listening Music to Bio
#
SPOTIFY_USERNAME=""
SPOTIFY_PASS=""
#
# 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 = None
LASTFM_SECRET = None
LASTFM_USERNAME = None # Your last.fm username
LASTFM_PASSWORD = "Your last.fm password"
#
# Bot will add before song name. For both last.fm and spotify bio modules.
# Example: GitHub: MacTavishAO : Skillet - Feel Invincible
#
BIO_PREFIX=""
#
# Default bio message
#
DEFAULT_BIO=""
#
# Mute some known spammer bots after
# they joins
#
WELCOME_MUTE = False
#
# Get an api key from https://free.currencyconverterapi.com/
#
CURRENCY_API = None
#
# Google Drive upload folder ID
# This obtainable by looking at Google Drive URL tail of the folder URL
# e.g : .../folders/1jNciCcnGP_EeT02_bzpCnQfGt_ZJK-Mo
#
GDRIVE_FOLDER=""