Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Youtube Dl | 118,952 | 1,427 | 365 | a day ago | 955 | December 16, 2021 | 4,736 | unlicense | Python | |
Command-line program to download videos from YouTube.com and other video sites | ||||||||||
Spotify Downloader | 11,118 | 2 | 2 | 7 days ago | 64 | June 27, 2022 | 7 | mit | Python | |
Download your Spotify playlists and songs along with album art and metadata (from YouTube if a match is found). | ||||||||||
Nuclear | 9,968 | a day ago | 162 | agpl-3.0 | TypeScript | |||||
Streaming music player that finds free music for you | ||||||||||
Spotiflyer | 8,051 | a day ago | 1,502 | gpl-3.0 | Kotlin | |||||
Kotlin Multiplatform Music Downloader, Supports Spotify / Gaana / Youtube Music / Jio Saavn / SoundCloud. NOTE: BEING REWRITTEN, SO STAY TUNED. | ||||||||||
Psst | 7,439 | 13 hours ago | 100 | mit | Rust | |||||
Fast and multi-platform Spotify client with native GUI | ||||||||||
Ncspot | 3,634 | 2 days ago | 37 | September 17, 2022 | 94 | bsd-2-clause | Rust | |||
Cross-platform ncurses Spotify client written in Rust, inspired by ncmpc and the likes. | ||||||||||
Spotify Web Api Node | 2,772 | 852 | 92 | 3 months ago | 50 | January 24, 2021 | 157 | mit | JavaScript | |
A Node.js wrapper for Spotify's Web API. | ||||||||||
Exportify | 2,357 | 16 days ago | 25 | mit | JavaScript | |||||
Export/Backup Spotify playlists using the Web API | ||||||||||
Spotify Web Api Js | 1,749 | 222 | 10 | 22 days ago | 30 | October 12, 2021 | 23 | mit | TypeScript | |
A client-side JS wrapper for the Spotify Web API | ||||||||||
Ytmusicapi | 958 | 16 | 10 days ago | 45 | May 10, 2022 | 8 | mit | Python | ||
Unofficial API for YouTube Music |
small ripper script for spotify (rips playlists to mp3 and includes ID3 tags)
note that stream ripping violates the ToC's of libspotify!
./jbripper.py [username] [password] [spotify_url]
"./jbripper.py user pass spotify:track:52xaypL0Kjzk0ngwv3oBPR" creates "Beat It.mp3" file
"./jbripper.py user pass spotify:user:[user]:playlist:7HC9PMdSbwGBBn3EVTaCNx rips entire playlist
real-time VBR ripping from spotify PCM stream
writes id3 tags (including album covers)
creates files and directories based on the following structure artist/album/song.mp3
libspotify (download at https://developer.spotify.com/technologies/libspotify/)
pyspotify (sudo pip install -U pyspotify, requires python-dev)
spotify binary appkey (download at developer.spotify.com and copy to wd, requires premium!)
lame (sudo apt-get install lame)
eyeD3 (sudo pip install eyeD3 --allow-external eyeD3 --allow-unverified eyeD3)