Dead simple sleep timer for spotify
I just want to use sleep timer from cli
- Please go to here to create Client ID and Client Secret
- Please set redirect uri to http://127.0.0.1:14565/oauth/callback in your APP
- Please set these values like below.
export SPOTIFY_TIMER_ID=your_client_id
export SPOTIFY_TIMER_KEY=your_client_key
- Please run the commands below
go get github.com/justym/spotify-timer
cd $GOPATH/src/github.com/justym/spotify-timer
go build
./spotify-timer -h #help
./spotify-timer [minutes]
./spotify-timer -m=1m (a minute)
./spotify-timer (default 10m)
- github.com/spf13/cobra
- github.com/nmrshll/oauth2-noserver
- github.com/fatih/color
- Pull Requests
- Issues
- Code Reviews