Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/at-pyrix/Spotify_Playlist_Downloader

A python script to download spotify playlists from youtube.
https://github.com/at-pyrix/Spotify_Playlist_Downloader

spotify spotify-api youtube youtube-dl

Last synced: 3 months ago
JSON representation

A python script to download spotify playlists from youtube.

Awesome Lists containing this project

README

        

# Spotify Playlist Downloader

> - This will let you download Spotify playlists for free without Premium.
> - It gets all the songs from the API and downloads them from YouTube.

# Installation:
- Installing the Modules:
```
pip install -r requirements.txt
```
- Get your Spotify Client ID and Client Secret, save it as environment variables: `SPOTIFY_CLIENT_ID` `SPOTIFY_CLIENT_SECRET`.

- Follow the code comments to get an Idea.

# How to run:

- Run the `Main.py` file.
- Copy the Spotify Playlist URI/URL or Embed Code
![](images/image1.png)
- Paste it.
- Give a name to the Playlist.
- It will Start Downloading.
>(Recommended):
It will also ask whether to convert the audio to mp3 or not, Type Y for yes

---
Read my blog: https://notyasho.netlify.app/blogs
[Contact](https://notyasho.netlify.app/contact)