This repository is outdated and not longer maintained. Please refer to other repositories that are well-maintained.
Other repositories: (cloudmusic)[https://github.com/p697/cloudmusic]
This tiny program enables you to download your favorite NetEase Cloud music playlists and export them to sportify.
Alex Liu
bjason
To achieve this goal, following the steps as follow:
-
Go get the id of your 163 playlist. to get it open the page of the playlist in a browser then copy the numbers behind "music.163.com/#/playlist?id=" in address bar. This should be 9 digits without any other characters.
-
Download the python script to your computer.
-
Make sure you have Python3 installed, which can be found/downloaded here
-
Install the library urllib3. Normally you can do either one of the following:
pip3 install urllib3
pip3 install pycryptodomex
pip3 install threadpool
# Or
python3 -m pip install urllib3
python3 -m pip install pycryptodomex
python3 -m pip install threadpool
- Open the file python3.py. Put Your playlist ID and replace the original playlist id there.
#Replace 120932413 with your own playlist id.
playlistId = 120932413 #### Put Your 9 digits playlist id here
#Don't delete the "playlistId = " part
- Run:
python3 python3.py
-
Open the .txt file named with "YourPlayListName.txt".
-
Copy what's in the text file and open this site. Paste the list and let it create sportify playlist for you
Note: the API 163 provided only enable me to retrive 1000 songs in your playlist.
本程序将网易云歌单导出到Sportify. (重申,将网易云的歌单导入到Sportify,不是从Sportify到网易云)
Alex Liu
bjason
以下步骤
-
打开网易云歌单.从地址栏"music.163.com/#/playlist?id=" 复制你的网易云歌单ID。这个ID应该是9位数(没有任何其他字符)。
-
下载Python3.py
-
下载最新的Python3. 官网下载
-
安装 urllib3. 以下两个命令二选一:
pip install urllib3
# Or
python3 -m pip install urllib3
- 打开 python3.py. 把你的歌单ID替换120932413这一串数字.不要删掉前面的"playlistId = "。保存退出
#Replace 120932413 with your own playlist id.
playlistId = 120932413 #### Put Your 9 digits playlist id here
#Don't delete the "playlistId = " part
- 执行以下命令:
python3 python3.py
-
打开当前目录下的 "你的歌单名.txt". (比如:XXX的歌单.txt)
-
复制txt内容, 打开 this site. 粘贴然后生产sportify歌单。
-
大概能有7成多的成功率(取决于歌曲类型)。
Note: the API 163 provided only enable me to retrive 1000 songs in your playlist.