spantheslayer/yt-upload-automation

Supriyo Sarkar

Supriyo Sarkar

Terminal where you will execute the script
ffmpeg
♦ Arch Linux
sudo pacman -S ffmpeg
♦ Ubuntu
sudo apt install ffmpeg
youtube-dl
♦ Arch Linux
sudo pacman -S youtube-dl
♦ Ubuntu
sudo curl https://yt-dl.org/latest/youtube-dl -o /usr/local/bin/youtube-dl sudo chmod a+rx /usr/local/bin/youtube-dl
Python 2.7 or Python 3.5+
The Google APIs Client Library for Python:
pip install --upgrade google-api-python-client
The google-auth-oauthlib and google-auth-httplib2 libraries for user authorization.
pip install --upgrade google-auth-oauthlib google-auth-httplib2
httplib
pip2 install httplib
httplib2
pip2 install httplib2

Like this project

Posted Nov 9, 2023

This script fully automates of downloading tiktok videos, editing them,compiling them and finally uploading them to youtube. If you wanted to create a tiktok v…