-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
50 lines (37 loc) · 1.3 KB
/
.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# AUTHENTICATION
# use this bookmarklet to find the IDs for your user & ROOM
# http://alaingilbert.github.io/Turntable-API/bookmarklet.html
# set the auth of your bot here.
AUTH=xxxxxxxxxxxxxxx
# set the userid of your bot here.
USERID=xxxxxxxxxxxxxxx
# set the roomid of the room you want the bot to go to here.
ROOMID=xxxxxxxxxxxxxxx
# SETTINGS
# what character is used to recognise commands sent to the Bot
COMMANDIDENTIFIER=/
# the filename in the data directory used to store the command aliases
ALIASDATA=aliases.json
# the filename in the data directory used to store the commands, pictures & messages for chat commands
CHATDATA=chat.json
# the filename in the data directory used to store the themes used in the randomizer
THEMEDATA=themes.json
# set your YouTube API Key
# info on getting an api key: https://rapidapi.com/blog/how-to-get-youtube-api-key/
YOUTUBE_API_KEY=XXXXXXXXXXXXXXXXXXXXXXXXXX
# database access
BACKUPDBUSERNAME=XXXXXXXXXXX
DBUSERNAME=XXXXXXXXXXX
DBPASSWORD=XXXXXXXXXXX
DBNAME=XXXXXXXXXXX
# login for the playlist management pages
PLAYLIST_USERNAME=XXXXXXXXXXX
PLAYLIST_PASSWORD=XXXXXXXXXXX
# ML Stuff
OPENAI_API_KEY=XXXXXXXXXXX
# Discogs keys
DISCOGS_CONSUMER_KEY=XXXXXXXXXXX
DISCOGS_CONSUMER_SECRET=XXXXXXXXXXX
# Spotify Auth
SPOTIFY_CLIENT_ID=xxxxxxxx
SPOTIFY_CLIENT_SECRET=xxxxxxxxx