https://github.com/xiyoumc/ncmbot
NeteaseCloudMusic Bot for Philharmonic™. ✨🍰✨ 网易云音乐 Python 组件库,用 Python 玩转网易云音乐
https://github.com/xiyoumc/ncmbot
netease-cloud-music pypi-packages python
Last synced: 3 months ago
JSON representation
NeteaseCloudMusic Bot for Philharmonic™. ✨🍰✨ 网易云音乐 Python 组件库,用 Python 玩转网易云音乐
- Host: GitHub
- URL: https://github.com/xiyoumc/ncmbot
- Owner: xiyouMc
- License: isc
- Created: 2017-06-21T16:09:28.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T23:56:22.000Z (over 3 years ago)
- Last Synced: 2025-08-21T02:23:15.524Z (10 months ago)
- Topics: netease-cloud-music, pypi-packages, python
- Language: Python
- Homepage: http://xiyoumc.0x2048.com/ncmbot
- Size: 271 KB
- Stars: 232
- Watchers: 13
- Forks: 45
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![][py2x] ![][py3x] ![][rating] ![][build] [![GitHub license][license]][license_file]
NeteaseCloudMusic Bot for Philharmonic™
===========
[文档说明](http://xiyoumc.0x2048.com/ncmbot/#/)
## 简介
* `ncmbot` 是 NeteaseCloudMusicBot (网易云音乐助手) 的简称
* `ncmbot` 是一个 Python 的`第三方组件`,用 Python 玩转网易云音乐
* 实现了 网易云音乐 的 API 封装
* 提供了轻量化的接口,高效的扩充音乐库
* 同时,提供了私人 FM 等接口,你可以通过分析准确的找到自己喜欢的音乐
## 安装
* pip install ncmbot
* easy_install ncmbot
## 环境、架构
开发语言: Python2.x
开发环境: MacOS系统、4G内存
* 主要使用了 Requests 开源库
* 基于网易云音乐 API 的定义,完成 Python 组件的封装
* 轻量化的接口设计
## 接口列表
1. 登录
2. 获取用户歌单
3. 获取用户电台
4. 获取用户关注列表
5. 获取用户粉丝
6. 获取用户动态
7. 获取用户播放列表
8. 获取好友的动态
9. 获取精品歌单
10. 获取歌单中的所有音乐
11. 获取音乐的下载地址
12. 搜索
13. 获取歌词
14. 获取音乐的评论
15. 获取歌曲详情
16. 获取私人 FM
17. ...
## 使用
```python
import ncmbot
bot = ncmbot.login(phone='xxx', password='yyy')
bot.content # bot.json()
```

## 联系我
* 关注微信公众号: DeveloperPython
[build]: https://img.shields.io/badge/build-passing-brightgreen.svg
[rating]: https://img.shields.io/badge/rating-4.7%2F5-brightgreen.svg
[license_file]: https://raw.githubusercontent.com/xiyouMc/ncmbot/master/LICENSE
[license]: https://img.shields.io/badge/license-ISC-blue.svg
[stars]: https://img.shields.io/github/stars/xiyouMc/ncmbot.svg
[stargazers]: https://github.com/xiyouMc/ncmbot/stargazers
[fork]: https://img.shields.io/github/forks/xiyouMc/ncmbot.svg
[network]: https://github.com/xiyouMc/ncmbot/network
[py2x]: https://img.shields.io/badge/python-2.x-brightgreen.svg
[py3x]: https://img.shields.io/badge/python-3.x-brightgreen.svg
[issues_img]: https://img.shields.io/github/issues/xiyouMc/ncmbot.svg
[issues]: https://github.com/xiyouMc/ncmbot/issues