#spotify #rspotify #spotify-api #retro #cli #playlist

app spotify-retro

Spotify-Retro is a simple CLI tool that will generate a Spotify playlist for you based on the sprint theme you provide

11 releases

0.2.0 Aug 24, 2022
0.1.9 Aug 22, 2022

#2160 in Command line utilities

Download history 4/week @ 2022-12-03 12/week @ 2022-12-24 3/week @ 2022-12-31 1/week @ 2023-01-07 6/week @ 2023-01-14 5/week @ 2023-01-21 7/week @ 2023-01-28 22/week @ 2023-02-04 22/week @ 2023-02-11 22/week @ 2023-02-18 33/week @ 2023-02-25 3/week @ 2023-03-11

58 downloads per month

MIT license

17KB
96 lines

Spotify-Retro Crates.io

Need a quick themed playlist for your upcoming Sprint Retro based on the sprint_theme your team is on?

Spotify-Retro is a simple CLI tool written in Rust that will generate a Spotify playlist for you based on the sprint theme you provide

Install

Homebrew

brew tap lineville/spotify-retro
brew install spotify-retro

Cargo

cargo install spotify-retro

Usage

spotify-retro -s <sprint_theme> -t <total_songs>
spotify-retro -s 22 -t 50 # Generate 50 songs for your Taylor Swift Sprint
  • -s or --sprint-theme: Sprint theme (required String)
  • -t or --total: Number of songs to generate (default: 20)

Dependencies

~12–20MB
~352K SLoC