print current playing on spotify
./spotify-current-playing
Spotify Client ID
https://developer.spotify.com/
- Go to dashboard
- Create app
- Set App name as: nostr-nowplaying
- Set App description as: Update #nowplaying NIP-38 status (kind 30315) for Spotify
- Set Redirect URIs as: http://localhost:3000/callback
- Check Web API and Web Playback SDK
- Save and copy the Client ID
go install github.com/mattn/spotify-current-playing@latest
MIT
Yasuhiro Matsumoto (a.k.a. mattn)