spotify-refresh-token-cli
v0.0.1
Published
![spotify-rtoken](./spotify-rtoken.svg)
Downloads
4
Maintainers
Readme
spotify-rtoken
Generate a Spotify
refresh_token
right from terminal
Highlights
- Easy to use. You just need to call the CLI and follow the prompt
- Does not store any credentials locally
- You are aware of every step that is being executed
- No need to define scopes, unless you want to manually add scopes
Prerequisites
Below are the Spotify credentials you will need from your Spotify app inorder to generate a refresh_token
with this CLI app:
client_id
client_secret
redirect_uri
Installation
$ npm install --global spotify-rtoken
Usage
$ spotify-ftoken --help
Usage
$ spotify-rtoken
Options
--no-mask Do not hide/mask credentials ie, client_id, client_secret, code.
Examples
$ spotify-rtoken
$ spotify-rtoken --no-mask
License
MIT License © 2022 Rocktim Saikia