Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/at-pyrix/Spotify_Playlist_Downloader
- Owner: at-pyrix
- Archived: true
- Created: 2021-11-07T10:33:16.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-09T07:40:42.000Z (almost 2 years ago)
- Last Synced: 2024-06-27T18:42:37.315Z (5 months ago)
- Topics: spotify, spotify-api, youtube, youtube-dl
- Language: Python
- Homepage:
- Size: 224 KB
- Stars: 14
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
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)