Skip to main content

A complete NetEase cloud music api

Project description

Python2 Python3

Complete api for NetEase Cloud Music

Usage

  • api class provide common api uses, whose function based on url after ‘/api/’.

# take the api of http://music.163.com/api/song/detail as example
# /api/song/detail -> api.song.detail
# songId = 28377211
api.song.detail(28377211)
  • provide basic functions like save songs and save albums as demo of api

Installation

pip install NetEaseMusicApi

Demo

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

NetEaseMusicApi-1.0.3.zip (7.8 kB view hashes)

Uploaded Source

Built Distribution

NetEaseMusicApi-1.0.3-py2.py3-none-any.whl (6.5 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page