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
- Host: GitHub
- URL: https://github.com/projectweekend/spotauth
- Owner: projectweekend
- License: mit
- Created: 2018-06-17T18:17:45.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-19T11:21:53.000Z (about 8 years ago)
- Last Synced: 2025-02-01T19:29:47.949Z (over 1 year ago)
- Language: Go
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```