diff --git a/config_list.sh.template b/config_list.sh.template deleted file mode 100644 index 362e959..0000000 --- a/config_list.sh.template +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash -########### -# just config file -########### - -list="jesusavgn" -twitchid="123456789qwertyuiops" -storage_path="/media/nfs/twitch/automatedRecording" -ytdl_path="/home/ubuntu/.local/bin" -ytdl_conf="-o %(uploader)s__%(upload_date)s_%(timestamp)s__%(title)s_%(id)s.%(ext)s" diff --git a/config_python.py.template b/config_python.py.template new file mode 100644 index 0000000..cac8a9f --- /dev/null +++ b/config_python.py.template @@ -0,0 +1,4 @@ +twitchid="....." +streamers = ("jesusavgn", "252mart", "vi0xxx") +path="/home/losted/test" +period = 5 \ No newline at end of file