Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.11 KB

run.md

File metadata and controls

46 lines (30 loc) · 1.11 KB

Installing and Running the spotify-cli tool

macOS

For macOS users, the spotify-cli tool can be easily installed using Homebrew

  1. Install homebrew here

  2. Add the tap

    brew tap kidskoding/spotify-cli
  3. Install the spotify-cli tool

    brew install spotify-cli

Source

Those who wish to build the spotify-cli tool from source can follow the instructions below

  1. Since this CLI tool was built in Rust, you will need to install Rust here

  2. Clone the latest git repository:

    git clone https://github.com/kidskoding/spotify-cli.git
  3. Build and run the CLI tool:

    Note: you may need to install openssl-devel on some systems in order to be able to build the application.

    cd spotify-cli/
    cargo install --path .

Run the command by type spotify in your terminal

Note

This CLI program only works with specific Spotify accounts. You can login to a testing account with the following credentials: Email="[email protected]", password="samplepass!"