Project

Live Playlist Creator

Flask web app that turns a Setlist.fm concert URL into a YouTube Music playlist via the YouTube Data API.

What it is

A small web application that takes a Setlist.fm URL (the crowd-sourced setlist database fans use to log live shows) and creates a YouTube Music playlist of the songs from that setlist.

Why I built it

I wanted a playlist of a show I had just been to, and the manual process (open Setlist.fm, search each song on YouTube, add to playlist, repeat) was tedious for a 25-song set. Two REST APIs and an OAuth flow later, the manual process became a one-URL operation.

How it works

What I learned

Links