-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.env.example
29 lines (22 loc) · 856 Bytes
/
.env.example
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
# Your Telegram bot token obtained using @BotFather
TELEGRAM_BOT_TOKEN=
# Telegram user ID of admins, or - to assign no admin
ADMIN_USER_IDS=
# Comma separated list of telegram user IDs, or * to allow all
ALLOWED_TELEGRAM_USER_IDS=
# Your cookies.txt file location, perfer you put it in /src
# (for example, /home/user/cookies.txt)
COOKIES_LOCATION =
# Your device.wvd file location, perfer you put it in /src
# (for example, /home/user/device.wvd)
DEVICE_LOCATION =
# Your Spotify client ID
# You can get it from https://developer.spotify.com/dashboard/applications
SPOTIPY_CLIENT_ID =
# Your Spotify client secret
# You can get it from https://developer.spotify.com/dashboard/applications
SPOTIFY_CLIENT_SECRET =
# Your Telegram Channel ID
# Make sure your bot is an admin in the channel
# For example, @applemusicachive
TELEGRAM_CHANNEL_ID =