Skip to content

bearhudson/PyByeSpotify

Repository files navigation

PyByeSpotify

Bulk Export your public Spotify playlists to CSV files the terminal and Youtube Music.

It's free. Don't complain.

You need to create a Spotify Developer account to get access to your Client ID and Client Secret from the Web API.

  • Go here to start your developer account creation.
  • Go to your App Dashboard and CREATE AN APP
  • Click on your newly created application to find your Client ID and your Client Secret which is hidden from view, initially.

Required Environment Variables

Spotify API

  • CLIENT_ID
  • CLIENT_SECRET

Generate an oauth.json file for Youtube Music

Follow the instructions for ytmusicapi to setup your oauth.json file. You can find that here.

To export and run

$ export CLIENT_ID="XXXXX"; export CLIENT_SECRET="YYYYY"; ./main.py

Apache 2.0

About

A CSV playlist exporter for Spotify. Very much still a WIP.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors