Skip to main content

A Netsase music api

Project description

NeteaseMusicApi

一个网易云音乐的Api

食用使用教程

  1. 使用pip安装 pip install nemusicapi
  2. 导入包,创建api
    import nemusicapi
    api = Api()
    
  3. 然后就可以愉快的使用了

举个栗子例子

import os
from NEmusicApi import Api, QualityLevel

download_dir = './download'
cookie = '这里输入cookie'

api = Api(cookie=cookie, download_dir=download_dir)


def main(raw_song_name: str):
    res = api.refresh_song_data(raw_song_name)
    if res is None:
        return
    song_id, song_name = res
    
    level = QualityLevel.hires
    res = api.get_song_download_data(song_id, level=level)
    if res is None:
        return
    song_url, song_type = res
    
    file_name = f'{song_name}_{level.value}.{song_type.value}'
    if not os.path.exists(os.path.join(download_dir, file_name)):
        api.download_song(song_url, file_name)


if __name__ == '__main__':
    main('这里输入歌曲名')

注意事项

  • 创建api的时候,不输入cookie或者cookie对应的账号没有vip,都有可能导致获取信息不完整,需要自己测试
  • 创建api的时候,不输入download_dir,在使用download_song方法的时候会raise异常

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

nemusicapi-0.1.1a6.tar.gz (8.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

nemusicapi-0.1.1a6-py3-none-any.whl (9.4 kB view details)

Uploaded Python 3

File details

Details for the file nemusicapi-0.1.1a6.tar.gz.

File metadata

  • Download URL: nemusicapi-0.1.1a6.tar.gz
  • Upload date:
  • Size: 8.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.5.1 CPython/3.11.4 Windows/10

File hashes

Hashes for nemusicapi-0.1.1a6.tar.gz
Algorithm Hash digest
SHA256 ac807e3ffb1658d8ae1c115d9c4d229f0c10c5b6f8e411cef57be71774605f4a
MD5 d910206d2a424341bc30649ee227c420
BLAKE2b-256 1a0c48a51f30d8dab240bdb8b08c6de897d32054ea8541651ed7e6bbc2b78465

See more details on using hashes here.

File details

Details for the file nemusicapi-0.1.1a6-py3-none-any.whl.

File metadata

  • Download URL: nemusicapi-0.1.1a6-py3-none-any.whl
  • Upload date:
  • Size: 9.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.5.1 CPython/3.11.4 Windows/10

File hashes

Hashes for nemusicapi-0.1.1a6-py3-none-any.whl
Algorithm Hash digest
SHA256 4bdd801dbd655b76f3708921e22c761af904bd4a9c1e730ec1e699362460efb5
MD5 0a576a5d3182d667205ac00d0689003e
BLAKE2b-256 570a37936e1344d1ffbfdbf0528b1fd3405b8d6c3879c13f9778674ecda7b99f

See more details on using hashes here.

Supported by

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