sudo pacman -S ffmpeg
sudo apt install ffmpeg
sudo pacman -S youtube-dl
sudo curl https://yt-dl.org/latest/youtube-dl -o /usr/local/bin/youtube-dl
sudo chmod a+rx /usr/local/bin/youtube-dl
Google APIs Client Library for Python: pip install --upgrade google-api-python-client
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
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…
0
10