mirror of
https://github.com/anatolykopyl/tt-compiler.git
synced 2026-03-26 09:44:29 +00:00
4 lines
182 B
Bash
Executable File
4 lines
182 B
Bash
Executable File
#!/bin/sh
|
|
cd YouTubeUploader &&
|
|
poetry run python main.py -l ../cookies.json -t "TikTok Compilation" -d "Best of TikTok" -B firefox "$(pwd)/../output.mp4" &&
|
|
rm -rf trend && rm *.mp4 |