| Crates.io | spoify |
| lib.rs | spoify |
| version | 0.2.12 |
| created_at | 2024-06-04 18:05:24.479935+00 |
| updated_at | 2025-04-22 15:42:09.034371+00 |
| description | a spotify client inside your terminal |
| homepage | |
| repository | https://github.com/slyeet03/spoify |
| max_upload_size | |
| id | 1261869 |
| size | 1,515,801 |
This is a Rust project that implements a Spotify client within your terminal. It allows you to browse and interact with Spotify directly from the command line.

In order for spoify to work it needs to be connected to Spotify's API.
Create an app
Client ID and Client SecretEdit Settingshttp://localhost:8888/callback to the Redirect URIsSaveClient ID and Client Secret.spoifyThere we go, now you can use spoify.
First, install Rust (using the recommended rustup installation method) and then
cargo install spoify
This method will build the binary from source.
To update, run the same command again.
You can go to the configure folder and change the theme, keybindings and other related settings of the application.
You can add more themes in the theme folder. Some popular themes already comes with spoify. More will be added time to time.
You can open the configure folder directly through the terminal. Check help menu in the application.
The keybind to open the configure folder is:
~
A collection of themes that already comes with spoify




This app uses the Web API from Spotify, which doesn't handle streaming itself. So you'll need an official Spotify app open in any device in order to play tracks.
If you want to play tracks or control the playback part, Spotify requires that you have a Premium account.