Crates.io | spoify |
lib.rs | spoify |
version | 0.2.11 |
source | src |
created_at | 2024-06-04 18:05:24.479935 |
updated_at | 2024-11-10 19:47:00.035325 |
description | a spotify client inside your terminal |
homepage | |
repository | https://github.com/slyeet03/spoify |
max_upload_size | |
id | 1261869 |
size | 1,531,807 |
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 Secret
Edit Settings
http://localhost:8888/callback
to the Redirect URIsSave
Client ID
and Client Secret
.spoify
There 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.