linux version
This commit is contained in:
parent
75607128b4
commit
12bb24bad2
5 changed files with 327 additions and 0 deletions
BIN
tools-ubuntu/TwitchDownloaderCLI
Executable file
BIN
tools-ubuntu/TwitchDownloaderCLI
Executable file
Binary file not shown.
2
tools-ubuntu/chat.sh
Executable file
2
tools-ubuntu/chat.sh
Executable 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
BIN
tools-ubuntu/ffmpeg
Executable file
Binary file not shown.
2
tools-ubuntu/upload.sh
Executable file
2
tools-ubuntu/upload.sh
Executable file
|
|
@ -0,0 +1,2 @@
|
|||
export $(grep -v '^#' .env | xargs -d '\n') > /dev/null 2>&1
|
||||
rclone copy $1/$2 $remote/$1/$2 --progress
|
||||
Loading…
Add table
Add a link
Reference in a new issue