Skip to content

a small Python script that lists a youtube playlist into a google spreadsheet

Notifications You must be signed in to change notification settings

Ithyx/CrisPy-Disco

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

CrisPy-Disco

a small Python script that lists a youtube playlist into a google spreadsheet Yea, that was the proposed name for the repo, I have no originality, don't @ me.

How to use ?

requires python 3 with pip To run the source code, you need:

To be able to use this script, you need a google application created here, that has access to the Youtube API v3 and the Google Sheets API with file editing permissions. You should then get 2 thigs:

  • For the Google Spreadsheets API, you will get a file, that contains a JSON objet (you can follow this tutorial to be sure to do it right). You sould rename that file client.secret.json and place it alongside the main.py file.
  • For the Youtube API, you will simply get a OAuth2 token, that you sould be putting in a client.secret.txt, alongside main.py. After that, simply execute the script using python main.py.

Important:

As the YouTube and Google SpreadSheet API will surely change in the future, I will probably not update this script. This was a script I made for a very specific purpose, and I will probably not feel the need to update it anymore. You are, however, free and encouraged to make pull requests to update it yourself.

About

a small Python script that lists a youtube playlist into a google spreadsheet

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages