parkerbot/example.env
Abdulkadir Furkan Şanlı 4517e9ecd8
Update example.env
Signed-off-by: Abdulkadir Furkan Şanlı <me@abdulocra.cy>
2024-01-19 14:04:18 +01:00

15 lines
445 B
Bash

# Path of sqlite3 file to use.
DB_PATH = ""
# Matrix homeserver URL.
MATRIX_SERVER = ""
# Matrix room to monitor.
MATRIX_ROOM = ""
# Username for bot's Matrix user.
MATRIX_USER = ""
# Password for bot's Matrix user.
MATRIX_PASSWORD = ""
# Title of the playlists created, date of the week's Monday will be appended.
PLAYLIST_TITLE = ""
# YouTube API client secret json path.
YOUTUBE_CLIENT_SECRETS_FILE = os.getenv("YOUTUBE_CLIENT_SECRETS_FILE")