Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Spotify Downloader | 11,812 | 2 | 2 | 9 hours ago | 64 | June 27, 2022 | 18 | mit | Python | |
Download your Spotify playlists and songs along with album art and metadata (from YouTube if a match is found). | ||||||||||
Spotiflyer | 8,615 | 6 days ago | 65 | gpl-3.0 | Kotlin | |||||
Kotlin Multiplatform Music Downloader, Supports Spotify / Gaana / Youtube Music / Jio Saavn / SoundCloud. | ||||||||||
Mopidy | 7,654 | 210 | 78 | 3 months ago | 79 | April 28, 2022 | 201 | apache-2.0 | Python | |
Mopidy is an extensible music server written in Python | ||||||||||
Psst | 7,644 | 2 days ago | 95 | mit | Rust | |||||
Fast and multi-platform Spotify client with native GUI | ||||||||||
Ncspot | 3,874 | a day ago | 37 | September 17, 2022 | 105 | bsd-2-clause | Rust | |||
Cross-platform ncurses Spotify client written in Rust, inspired by ncmpc and the likes. | ||||||||||
Spotify Web Api Node | 2,874 | 852 | 92 | 2 months ago | 50 | January 24, 2021 | 160 | mit | JavaScript | |
A Node.js wrapper for Spotify's Web API. | ||||||||||
Exportify | 2,439 | a month ago | 27 | mit | JavaScript | |||||
Export/Backup Spotify playlists using the Web API | ||||||||||
Spotify Dl | 1,321 | a month ago | 31 | April 19, 2022 | 24 | mit | Python | |||
Downloads songs from your Spotify Playlist | ||||||||||
Spotifyapi Net | 1,314 | 12 | 2 | 12 days ago | 34 | September 28, 2021 | 6 | mit | C# | |
:sound: A Client for the Spotify Web API, written in C#/.NET | ||||||||||
Everyones Guide For Starting Up On Wechat Network | 868 | 9 months ago | 7 | |||||||
微信互联网平民创业 |
This tiny program enables you to download your favorite 163 music playlists. To achieve this goal, following the steps as follow:
程序旨在帮助你爬取到,网易云上你喜欢的歌单的所有的歌曲信息。 推荐使用@yueyericardo提供的web实现:https://yyrcd.com/2018/11/14/n2s-zh/ 。原方法在命令行操作,不够直观且容易引起格式等问题,参考如下:
update:官方已经关闭了导入酷狗歌单的通道。
网上似乎没有太多关于这个需求的解决方法,我找到的唯一一个是利用网易提供的 API 得到歌单列表的JSON文件,再使用 workflow + IFTTT 曲线救国的方法,不仅不直观,而且要在手机上多次下载软件、多次授权之后才能进行操作,我跟着原文的方式尝试了一遍之后,依然没有即时在spotify中看到导入的歌单(隔日才看到)……所以被逼无奈才又写了几行代码实现的。
由于网易云提供的API不定期犯抽,于是利用dongyonghui写的API完成了新的方法,点击这里查看该API的说明。