makiisthenes / TiktokAutoUploader

Automatically Edits Videos and Uploads to Tiktok with CLI, Requests not Selenium.
GNU General Public License v3.0
605 stars 135 forks source link

Allows for timing to be provided so that clips can be extracted from … #68

Open a2ashraf opened 8 months ago

a2ashraf commented 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.