kyuun

Crates.iokyuun
lib.rskyuun
version1.0.1
sourcesrc
created_at2023-04-21 19:56:55.301548
updated_at2023-05-27 21:33:50.061202
descriptionA simple Spotify playlist analyzer
homepage
repositoryhttps://github.com/fawni/kyuun
max_upload_size
id845591
size225,724
fawn (fawni)

documentation

README

kyuun 🍒

Build status Crates.io

A simple Spotify playlists analyzer

Motivation

Sometimes i want to a quick summary about a playlist to judge get a general idea of what it offers. For me it's particularily interesting for the unique playlists that Spotify taylors to each user!

scrot

It simply lists the artists and how many times they appear in the playlist along with some other basic stats but i might add more stuff in the future!

Installation

Prebuilt

Static binaries are automatically released here, which can also be installed using cargo-binstall

cargo binstall kyuun

crates.io

cargo install kyuun

Build from source

cargo install --git https://github.com/fawni/kyuun

Usage

  1. Create a new app in the Spotify dev dashboard
  2. Add http://localhost:1410 as a Redirect URI and make note of Client ID and Client secret
  3. Run kyuun setup and follow the instructions
  4. Now you can use kyuun by running kyuun or kyuun --id <playlist id>

License

ISC

Commit count: 20

cargo fmt