Skip to content

Hadryan/spotify-similar-artist-chain

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spotify similar artists chain

A tool that, when provided with an artist or song, will create a playlist by hopping from artist to artist through similar artists. The tool will prefer more popular artists and more popular tracks, to prevent it from walking into obscure corners of Spotify. The result is a playlist that will take you gradually from artist to artist without wild genre jumps.

This tool can be considered as a semi-random walker that is drawn to more popular artists, and cannot visit the exact same place twice.

TO DO

  • Make the weight parameters easier to tweak (and tweak them)
  • Filter on correct market availability
  • Making a PIP-installable command line tool would be neat
  • Have a Dockerfile that makes sense, as currently user input is required, maybe run a small webserver that you provide your token and preferred settings to
  • Think of a way to start at a seed and end at a target, would require a very different strategy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.7%
  • Dockerfile 4.3%