Tag: python

  • Metal (Music) Graphs with Python and D3

    3 minutes

    I am a big metal music fan, and as a lot of metal fans might know, metal musicians’ careers can span multiple bands, and some of the bigger stars will even come together to make a supergroup. I thought it would be fun to see how various bands are related, and luckily, Encyclopedia Metallum is…

  • Automated updating of Spotify playlist of artists with upcoming shows

    3 minutes

    Using the cmf.com’s list of upcoming shows, I created a Python script/class to crawl the list, find matches by band via Spotify’s API, and add songs to a playlist. It also updates a publicly available Google spreadsheet (in theory). I’m still improving it and working on a few things as I migrate and refactor code.…