For macOS users, the spotify-cli
tool can be easily installed using Homebrew
-
Install homebrew here
-
Add the tap
brew tap kidskoding/spotify-cli
-
Install the
spotify-cli
toolbrew install spotify-cli
Those who wish to build the spotify-cli
tool from source can follow the instructions below
-
Since this CLI tool was built in Rust, you will need to install Rust here
-
Clone the latest git repository:
git clone https://github.com/kidskoding/spotify-cli.git
-
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 .
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!"