Getting Started

Phil Lopreiato edited this page Apr 18, 2014 · 2 revisions
Clone this wiki locally

Dependencies

  1. Python. My setup is running 2.7.5, but I believe it should also work with 3.x
  2. ffmpeg. Make sure that wherever you installed this to is added to your system's PATH environment variable (*nix, Windows)

Configuring Google Services

  • Create a new Google API Project for these scripts. This page should help you along. Make sure that you have the YouTube Data API v3 enabled for your project.
  • Download your client_secret.json file and make sure that it's properly referenced in your scripts. In each, a variable (CLIENT_SECRETS_FILE) will be defined with a path to that file. It is necessary to use the Google APIs