Open a2ashraf opened 8 months ago
The purpose of this PR is to allow/enable the user to upload clips to tiktok. Specifically, the ability to extract content from youtube based on start/end time stamps which are then uploaded to tiktok
Here is an example usage: python cli.py upload --user apple123 -yt "https://www.youtube.com/watch?v=x5LhLqiM1q0" -t "Ilhan Omar mis-truthing" -s "02:54" -e "03:54"
Clips can be extracted by providing time stamps of start/end. Its assumed that start time is less than end time. Validation is not happening.
The purpose of this PR is to allow/enable the user to upload clips to tiktok. Specifically, the ability to extract content from youtube based on start/end time stamps which are then uploaded to tiktok
Here is an example usage: python cli.py upload --user apple123 -yt "https://www.youtube.com/watch?v=x5LhLqiM1q0" -t "Ilhan Omar mis-truthing" -s "02:54" -e "03:54"
Clips can be extracted by providing time stamps of start/end. Its assumed that start time is less than end time. Validation is not happening.