This project is deprecated. As of February 2026, Spotify requires a Premium subscription for the app owner to use the Web API in development mode. See Spotify's announcement for details.
Convert YouTube playlists to Spotify playlists with intelligent song matching.
-
Clone and install:
git clone https://github.com/Orsso/youtify.git cd youtify pip install -r requirements.txt -
Copy
.streamlit/secrets.example.tomlto.streamlit/secrets.tomland fill in your API credentials (YouTube Data API v3, Spotify Web API). -
Run:
streamlit run main.py
MIT