linux version

This commit is contained in:
piero0920 2022-12-03 14:20:50 -05:00
commit 12bb24bad2
5 changed files with 327 additions and 0 deletions

BIN
tools-ubuntu/TwitchDownloaderCLI Executable file

Binary file not shown.

2
tools-ubuntu/chat.sh Executable file
View file

@ -0,0 +1,2 @@
./tools-ubuntu/TwitchDownloaderCLI -m ChatDownload --id $1 -o $2 --embed-emotes
./tools-ubuntu/TwitchDownloaderCLI -m ChatRender -i $2 -o $3 --background-color "#FF111111" -w 500 -h 1080 --outline true -f Arial --font-size 22 --update-rate 1.0 --ffmpeg-path ./tools-ubuntu/ffmpeg --temp-path ./tools-ubuntu/temp

BIN
tools-ubuntu/ffmpeg Executable file

Binary file not shown.

2
tools-ubuntu/upload.sh Executable file
View file

@ -0,0 +1,2 @@
export $(grep -v '^#' .env | xargs -d '\n') > /dev/null 2>&1
rclone copy $1/$2 $remote/$1/$2 --progress