• Stars
    star
    126
  • Rank 282,815 (Top 6 %)
  • Language
    Python
  • License
    MIT License
  • Created over 8 years ago
  • Updated over 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

完善的网易云音乐Api

NetEaseMusicApi

python python English Version

完善的网易云音乐Api

功能简述

  • api类提供了常用api的调用,根据/api/后的网址调用。
# 例如http://music.163.com/api/song/detail的调用
# /api/song/detail -> api.song.detail
# songId = 28377211
api.song.detail(28377211) 
  • 提供了基本的下载歌曲与专辑作为api示例。

安装方法

pip install NetEaseMusicApi

使用示例

from NetEaseMusicApi import api, save_song, save_album
save_song('Apologize')