All Projects → SathyaBhat → Spotify Dl

SathyaBhat / Spotify Dl

Licence: mit
Downloads songs from your Spotify Playlist

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Spotify Dl

Alltomp3
Node module to download and convert in MP3 with tags an online video
Stars: ✭ 120 (-79.24%)
Mutual labels:  spotify, mp3, playlist
retro-winamp-block
A Winamp-styled audio block for all your retro music player needs.
Stars: ✭ 14 (-97.58%)
Mutual labels:  playlist, mp3
Flutter Assetsaudioplayer
Play simultaneously music/audio from assets/network/file directly from Flutter, compatible with android / ios / web / macos, displays notifications
Stars: ✭ 458 (-20.76%)
Mutual labels:  mp3, playlist
IdealMedia
Awesome app to listen music and audiobooks on the device and online at vk.com. Search, download, set as ringtone, sort by albums, authors, folder. Powerful equalizer.
Stars: ✭ 28 (-95.16%)
Mutual labels:  playlist, mp3
Partify
This is a free open source Spotify-powered app that lets users host parties and have guests connect using their smartphones to submit and vote on songs. The app will only play the highest voted song and can connect to personal playlists.
Stars: ✭ 37 (-93.6%)
Mutual labels:  playlist, spotify
paystack-music-api
The bot and API that powers Paystack Music.
Stars: ✭ 70 (-87.89%)
Mutual labels:  playlist, spotify
spotify-vibe-check
Spotify Vibe Checker Web App to vibe check your Spotify Playlists! (currently broken due to CORS)
Stars: ✭ 24 (-95.85%)
Mutual labels:  playlist, spotify
Spotifydownload
A dependency-free Spotify playlist downloader that should just work
Stars: ✭ 245 (-57.61%)
Mutual labels:  spotify, mp3
PlaylistParty
📺 Play Spotify Playlists on Youtube.
Stars: ✭ 20 (-96.54%)
Mutual labels:  playlist, spotify
163MusicToSpotify
Convert your favorite 163 music playlist to Spotify
Stars: ✭ 98 (-83.04%)
Mutual labels:  playlist, spotify
audius
🎧 A cross-platform app for downloading songs from YouTube and Spotify
Stars: ✭ 19 (-96.71%)
Mutual labels:  spotify, mp3
ideas-for-projects-people-would-use
Every time I have an idea, I write it down. These are a collection of my top software ideas -- problems I think enough people have that don't have solutions. I expect you can reach a decent userbase if marketed correctly, as I am surely not the only one with these problems.
Stars: ✭ 646 (+11.76%)
Mutual labels:  playlist, spotify
DownOnSpot
🎵 A Spotify music and playlist downloader written in Rust which also works with a free Spotify account
Stars: ✭ 309 (-46.54%)
Mutual labels:  spotify, mp3
MusicPlayer
A Telegram Music Bot written in Python using Pyrogram and Py-Tgcalls. This is Also The Source Code of The UserBot Which is Playing Music in @S1-BOTS Support Group ❤️
Stars: ✭ 218 (-62.28%)
Mutual labels:  playlist, spotify
Singlespotify
🎵 Create Spotify playlists based on one artist through the command line
Stars: ✭ 254 (-56.06%)
Mutual labels:  spotify, playlist
SpotifyWebApi
A .net core wrapper for the Spotify Web API
Stars: ✭ 19 (-96.71%)
Mutual labels:  playlist, spotify
spoti-vote
Web application to vote the next Song in Spotify Queue
Stars: ✭ 14 (-97.58%)
Mutual labels:  playlist, spotify
Spotlistr
🎧 Convert Anything to a Spotify Playlist!
Stars: ✭ 226 (-60.9%)
Mutual labels:  spotify, playlist
Savify
Download Spotify songs to mp3 with full metadata and cover art!
Stars: ✭ 227 (-60.73%)
Mutual labels:  spotify, mp3
fresh script
Find Spotify tracks posted to the HipHopHeads subreddit and add them to a Spotify playlist.
Stars: ✭ 69 (-88.06%)
Mutual labels:  playlist, spotify

spotify_dl

Downloads songs from any Spotify playlist, album or track.

PRs Welcome PyPI download month PyPI license PyPI pyversions GitHub release GitHub stars GitHub contributors

Awesome Badges

Tell me more!

I wanted an easy way to grab the songs present in my library so I can download it & use it offline. spotify_to_mp3 worked well but it relied on grooveshark, which unfortunately is no more. So I wrote this script which mimics that library, but instead of downloading from grooveshark, it searches YouTube and downloads the song using youtube-dl.

How do I get this thing running?

Install using pip

pip3 install spotify_dl

Run the program

spotify_dl -l spotify_playlist_link -o download_directory

For running in verbose mode, append -V

spotify_dl -V -l spotify_playlist_link -o download_directory

For more details and other arguments, issue -h

spotify_dl -h

See the getting started guide for more details.

Contributing and Local development

Pull requests and any contributions are always welcome. Please open an issue with your proposal before you start with something.

Running tests

At the moment, there are barely any tests but PRs always welcome to improve this. Tests are setup and run with pytest, run

make tests

to run the tests with Make

Thanks and Credits

Take a look at CONTRIBUTORS for a list of all people who have helped and contributed to the project.

Issues, Feedback, Contact details

Feel free to raise any bugs/issues under Github issues. Pull requests are also more than welcome.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].