Downloads Spotify music via YouTube
- Download the GitHub repository by running the following command in your Terminal
git clone https://github.com/AJ-Holzer/SpotToYT
- Run
pip install -r requirements.txtin terminal - Set up Spotify credentials:
- Go to Spotify Developer Dashboard
- Click Create App -> give it a name (e.g. "Playlist Transfer")
- Add a Redirect URI:
- Example:
http://127.0.0.1:8888/callback - This is where Spotify will send the user after login
- Example:
- Select
Web API
- Insert the Spotify client id and client secret in the
.envfile - Add a redirect URL in the
.envfile (e.g.http://127.0.0.1:8888/callback). This is where Spotify will send the user after login
- Run the
main.pyfile located in thesrcfolder using this command:or using a 'precompiled' binary from the latest releasepython src/main.py
- Enter your Spotify playlist or track URL
- Now your music will be downloaded!
- Beautiful GUI using Flet
😊 If you like what you see, drop a star and check out my Website. Thank You