Giter Site home page Giter Site logo

youtube-mass-uploader's Introduction

YouTube-Mass-Uploader

Quickly upload all files in a folder to YouTube

THE MAX NUMBER OF VIDEOS YOU CAN UPLOAD USING THIS PER DAY IS 6. This is because of the YouTube Data API Quota.

Take a look at this: https://developers.google.com/youtube/v3/guides/uploading_a_video

uploader.py is a copy of the script shown there, but converted to python 3.

How to Use

  1. Download the files
  2. Find your client secrets file by going to Google Cloud Console and creating an OAuth 2.0 Client ID. Once this has been created, enable the YouTube Data API v3. Go back to credentials and download the client ID using the download button next to Actions. Rename the file as client_secrets.json and put it in the same folder as the downloaded files.
  3. Edit loopthroughvideos.py. Enter the directory containing the video files and set the file extensions of the files you want to upload.
  4. Run by going into the directory containing the downloaded files and entering the command python loopthroughvideos.py.

Additional Settings

As seen in the Google Developers link, you can modify the os.system statement with the following parameters:

--title="Enter title here"

--description="Add a description"

--keywords="Put keywords here"

--category="Add category here"

--privacyStatus="Set privacy"

The privacy options are public, private, and unlisted.

For more information: Setting Script Parameters

youtube-mass-uploader's People

Contributors

realtofuine avatar

Watchers

 avatar

youtube-mass-uploader's Issues

Possiblity

Can we upload yt videos betond limit like 100.....how can i achieve that ?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.