sandeepyadav1478 / Uploading-video-on-youtube

Uploading video on youtube from google drive with youtube v3 data api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Uploading-video-on-youtube

Direct format Upload videos on youtube using python

Modules to install with pip:

pip install pickle google-api-python-client

Procedure

  1. U need a client_secrets.json file with valid oauth credentials

  2. have to verify ur account before executing code go to this link: https://www.youtube.com/verify

  3. and also add http://localhost:8080/ to Authorized redirect URIs in OAuth 2.0 Client IDs

Link to colab

Colab link - yv3.ipynb

About

Uploading video on youtube from google drive with youtube v3 data api

License:BSD 2-Clause "Simplified" License


Languages

Language:Jupyter Notebook 83.6%Language:Python 16.4%