Skip to content

lineville/spotify-retro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Get Access

This is currently in development mode so users need to be onboarded manually to the Spotify connected app. If you want access open an issue here with your full name and email used for your spotify account and I can add you to the beta list, up to 25 people.

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)