New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

spotify-rtoken-cli

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

spotify-rtoken-cli

> Generate a Spotify `refresh_token` right from terminal

latest
Source
npmnpm
Version
0.0.3
Version published
Maintainers
1
Created
Source

spotify-rtoken-cli

Generate a Spotify refresh_token right from terminal

spotify-rtoken

In step 5, you will be redirected to your browser for confirming permissions. Then you will be redirected to the specified redirect_uri with the code. Copy that code, paste in the terminal.

partial_blur

Highlights

  • Easy to use. You just need to call the CLI and follow the prompt
  • Does not store any credentials locally
  • Directly copies the refresh_token to clipboard :sparkles:
  • You are aware of every step that is being executed
  • No need to define scopes, unless you want to manually add scopes. Recommended option is read-only 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-cli

Usage

$ spotify-rtoken --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
  • spotify-mini - Simple Spotify client for Nodejs exposing some useful methods

License

MIT License © 2022 Rocktim Saikia

Keywords

spotify

FAQs

Package last updated on 10 Apr 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts