A tool to download playlists from Spotify from YouTube
- spotipy (
pip3 install -U spotipy
) - youtube_dl (
pip3 install -U youtube_dl
) - a client ID and client secret (from
developer.spotify.com
)
The GUI is yet to be implemented, until then you can run the program with python3 main.py --nogui
Option | Help text | Implemented? |
---|---|---|
-ng, --nogui |
Run the interactive command line interface instead of the GUI | Mostly |
-sc, --script |
Run the command without asking for input | Mostly |
-id, --id |
Specify the Spotify ID to be used | Yes |
-s, --secret |
Specify the Spotify secret to be used | Yes |
-p, --playlist |
Specify the playlist to download | Yes |
-cd, --cleardata |
Delete all saved data | Yes |
I don't expect anyone to contribute, but it's nice to have these resources that I used saved here.
- https://codefather.tech/blog/youtube-search-python/
- https://dev.to/stokry/download-youtube-video-to-mp3-with-python-26p
- https://pypi.org/project/youtube_dl/