This simple flask web application that allows a user to convert an Apple Music playlist to a Spotify one. It uses spotipy, a python wrapper for the Spotify API.
To run the server, you must register an application with Spotify and set the SPOTIPY_CLIENT_ID and SPOTIPY_CLIENT_SECRET with your applicaion data as outlined in the spotipy documentation.