From 4517e9ecd82caf7dff6fa3fed5271e6ae200f292 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Abdulkadir=20Furkan=20=C5=9Eanl=C4=B1?= Date: Fri, 19 Jan 2024 14:04:18 +0100 Subject: [PATCH] Update example.env MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Abdulkadir Furkan Şanlı --- env.example => example.env | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) rename env.example => example.env (53%) diff --git a/env.example b/example.env similarity index 53% rename from env.example rename to example.env index dcc6aa5..cb6f60a 100644 --- a/env.example +++ b/example.env @@ -1,3 +1,5 @@ +# Path of sqlite3 file to use. +DB_PATH = "" # Matrix homeserver URL. MATRIX_SERVER = "" # Matrix room to monitor. @@ -6,5 +8,7 @@ MATRIX_ROOM = "" MATRIX_USER = "" # Password for bot's Matrix user. MATRIX_PASSWORD = "" -# Path of sqlite3 file to use. -DB_PATH = "" +# 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")