This script fully automates of downloading tiktok videos, editing them,compiling them and finally uploading them to youtube.

Overview

✍️ Pre - Requisites

  • 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
    

🀄 Setup

1. Download the repo:

 git clone https://github.com/spantheslayer/yt-upload-automation.git && cd yt-upload-automation

2. Open the client_secrets.json file & modify the client_id and client_secret part with your own oauth2 credentials.

==if you don't have your oauth2 credentials then follow this otherwise move to step 3.==

Create or select a project in the API Console. Complete the following tasks in the API Console for your project:

  1. In the library panel, search for the YouTube Data API v3. Click into the listing for that API and make sure the API is enabled for your project.
  2. In the credentials panel, create two credentials: Create an OAuth 2.0 client ID Set the application type to Other. You need to use OAuth 2.0 credentials for requests that require user authorization. For example, you need user authorization to retrieve information about the currently authenticated user's YouTube channel. Now copy the client_id and client_secret and modify the client_secrets.json

3. Make the atmt.sh file executable

chmod +x atmt.sh

4. Run the atmt.sh file

Now Watch The Script Doing It's Magic XD

You Are Done :D

Yuuki Anime Smile GIF - Yuuki Anime Smile Sao - Discover & Share GIFs

You might also like...
Tkinter based YouTube video downloader works on pytube 11.0.2. Can download YouTube videos in 720p(HD), 144p and even only audio.

YouTube-Downloader Tkinter based YouTube video downloader works on pytube 11.0.2. Can download YouTube videos in 720p(HD), 144p and even only audio. G

PyQt5 simple files , youtube videos and youtube playlist downloader

PyQt5 simple files , youtube videos and youtube playlist downloader

Youtube Downloader by PyTube é uma ferramenta simples com interface gráfica e escrito em python para baixar vídeos e playlists do youtube...
Youtube Downloader by PyTube é uma ferramenta simples com interface gráfica e escrito em python para baixar vídeos e playlists do youtube...

YouTube Downloader by PyTube O que é o YouTube Downloader by PyTube? YouTube Downloader by PyTube é um software simples para baixar vídeos no YouTube

YouTube-Video-Downloader - Download Youtube Videos for free.

YouTube-Video-Downloader Download Youtube Videos for free. Installing Dependencies:- Windows pip install pytube Mac/Linux pip3 install pytube Clonin

Python software to download videos from Tiktok without rights

download-video-tiktok Python software to download videos from Tiktok without rights to install pip install requests Follow us telegram : https://t.me

A Telegram bot to download TikTok videos without any watermark.

TikTok Downloader Bot A Telegram bot to download TikTok videos without any watermark. Host on Heroku Youtube: Deployment Tutorial Demo: JayBee TikTok

YoutubeDownloader - Repo for downloading YT audio and videos

YoutubeDownloader Downloads video/playlist/audio from youtube url. install all t

A discord bot for downloading youtube video and audio files

disctube disctube is a discord bot for downloading video and audio files from youtube using python pytube. disclaimer i am not the best python program

Userscript qutebrowser for downloading audio / video from youtube using aria2

Yt-Downloader Userscript qutebrowser for downloading video / audio from youtube using aria2 by hint links. Requirements Rofi youtube-dl aria2 dunst In

Comments
  • it's only works localhost

    it's only works localhost

    how do i run this script on linux server? and there are some issues found while running,

    youtube dl shows | jq '.' error pip2 install httplib there is no lib in python 2.7

    opened by bajpangosh 0
Owner
Supriyo Sarkar
Talk to me about Python & JavaScript .
Supriyo Sarkar
A simple Python program which uses youtube-dl for downloading YouTube videos as mp3 files.

yt-mp3 converter This is a simple Python program which uses youtube-dl for downloading YouTube videos as mp3 files. This program is for you if you are

nostalgicnerdpenguin 1 Oct 24, 2021
Python script for downloading audio from YouTube songs/videos.

Python script for downloading audio from YouTube songs/videos. All you have to do is specify the path to your folder and then type song's/video's name and the sound will be downloaded into your folder.

Mateusz Polis 0 Oct 5, 2022
Youtube_dl_helper - A hacky python script meant to automate the process of downloading mp3 files from YouTube using youtube-dl library

youtube_dl_helper A helper program meant to automate the process of downloading mp3 files from YouTube using youtube-dl library Dependencies In order

Guilherme Bittencourt de Borba 1 Jan 4, 2022
Jocomol 16 Dec 12, 2022
A lightweight, dependency-free Python library (and command-line utility) for downloading YouTube Videos.

A lightweight, dependency-free Python library (and command-line utility) for downloading YouTube Videos.

pytube 7.9k Jan 2, 2023
Making the process of downloading youtube videos faster and more convinient.

Easy-YT Making the process of downloading youtube videos faster and more convinient. What can it do? This python script can be used to download youtub

Meynam 39 Nov 15, 2021
YouTube Downloader is extremely simple program for downloading songs or playlists (in audio or video) from YouTube. Created using Python, PyTube and PySimpleGUI.

YouTube Downloader YouTube Downloader is extremely simple program for downloading songs or playlists (in audio or video) from YouTube. Disclaimer It's

Simeon Tsvetanov 3 Dec 14, 2022
YouPlay is a python based tool for downloading YouTube videos through its URL

YouPlay is a python based tool for downloading YouTube videos through its URL. It is capable to download videos from YouTube playlists too and can extract the audio file only from the video. It can read URLs from files and can download contents as per instruction.

Nitin Choudhury 10 Sep 15, 2022
A standalone pytube wrapper for downloading individual videos from YouTube.

pytube-runner This is a Python CLI script for downloading individual videos from YouTube. The pytube project is the core of this runner, so naturally

Shiva 2 Jun 21, 2022
A simple python script and it's used for mp4 type video downloading from youtube.

This is a simple python script and it's used for mp4 type video downloading from youtube. also, it's used inbuilt python module pytube. Furthermore, I know we have so many apps and online websites to do the same thing so it's just an experiment to study how to do those things in python.

Yousaf K Hamza 1 Jan 10, 2022