Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 394 Bytes

Readme.md

File metadata and controls

11 lines (9 loc) · 394 Bytes

Spotify unfollower

Following artists on spotify is lame and doesnt do anything. This utility uses the Spotify API to unfollow all artists from your profile.

Usage

  1. Make a spotify developer account.
  2. Make a new app.
  3. Copy app id and sectet to .env
  4. Add a callback url in spotify app settings, make sure it matches the one in .env (Can be whatever you want).
  5. cargo run
  6. :)