0.0.1 • Published 2 years ago

spotify-refresh-token-cli v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

spotify-rtoken

spotify-rtoken

Generate a Spotify refresh_token right from terminal

Highlights

  1. Easy to use. You just need to call the CLI and follow the prompt
  2. Does not store any credentials locally
  3. You are aware of every step that is being executed
  4. 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:

  1. client_id
  2. client_secret
  3. 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