An open API service indexing awesome lists of open source software.

https://github.com/projectweekend/spotauth

A CLI for generating and saving Spotify auth/refresh tokens to a file
https://github.com/projectweekend/spotauth

Last synced: 10 months ago
JSON representation

A CLI for generating and saving Spotify auth/refresh tokens to a file

Awesome Lists containing this project

README

          

# spotauth
A CLI for generating and saving Spotify auth/refresh tokens to a file

# Usage
```
$ spotauth --help
Usage of spotauth:
-out_file string
Path to file where Spotify auth token will be saved (default "spotify.json")
-redirect_uri string
Redirect URI for Spotify app (default "http://localhost:8080/callback")
-spotify_id string
Spotify app ID
-spotify_secret string
Spotify app secret
```