Amanse / privatise-spotify-playlists

rust rewrite of seykuyinu/privatise-spotify-playlists

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

privatise-spotify-playlists

rust rewrite of seykuyinu/privatise-spotify-playlists Simple program to make all spotify playlists private

Setup

  • Follow the instructions here to register your app with Spotify.
  • Export the env variables or add them to .env file
export RSPOTIFY_CLIENT_ID=your-client-id
export RSPOTIFY_CLIENT_SECRET=your-client-secret
export RSPOTIFY_REDIRECT_URI=http://localhost:8888/callback

Usage

  1. cargo run
  2. It will open a browser window to authorize app from spotify
  3. Copy the localhost url it redirects to and paste it in terminal
  4. Done!

TODO

  • Add Refresh token (realistically you will only run this program once but in case you made your playlists public again lol)
  • ???

About

rust rewrite of seykuyinu/privatise-spotify-playlists


Languages

Language:Rust 100.0%