QQ音乐API封装库
Project description
[!WARNING] 本仓库的所有内容仅供学习和参考之用,禁止用于商业用途
All contents in this repo are for learning and reference only and are not allowed to be used for commercial purposes.
文档: https://luren-dc.github.io/QQMusicApi
源代码: https://github.com/luren-dc/QQMusicApi
介绍
使用 Python 编写的用于调用 QQ音乐 各种 API 的库.
特色
- 涵盖常见 API
- 调用简便,函数命名易懂,代码注释详细
- 异步操作
依赖
快速上手
安装
pip install qqmusic-api-python
使用
import asyncio
from qqmusic_api import search
async def main():
# 搜索歌曲
result = await search.search_by_type(keyword="周杰伦", num=20)
# 打印结果
print(result)
asyncio.run(main())
参考项目
API
QRC 解密
项目架构
Licence
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
qqmusic_api_python-0.1.9.tar.gz
(36.6 kB
view details)
Built Distribution
File details
Details for the file qqmusic_api_python-0.1.9.tar.gz
.
File metadata
- Download URL: qqmusic_api_python-0.1.9.tar.gz
- Upload date:
- Size: 36.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.19.3 CPython/3.10.12 Linux/6.5.0-1025-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b64b7d217bc1b1d7a7e9452bf8f5bc338ec1c1d425cd9b10c51be1199e47bb7b |
|
MD5 | 93ed8abe7282984a67bef1290c340603 |
|
BLAKE2b-256 | 44632bb1ec41290bc4ebfd6c0881d9e7879cad049c283fb305f048de46ee5da9 |
Provenance
File details
Details for the file qqmusic_api_python-0.1.9-py3-none-any.whl
.
File metadata
- Download URL: qqmusic_api_python-0.1.9-py3-none-any.whl
- Upload date:
- Size: 44.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.19.3 CPython/3.10.12 Linux/6.5.0-1025-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bb4b354c0a3a3bd199cc83746675b0898bd493b1766888cba8750cff6770954c |
|
MD5 | 16a6ad9185b15f5a71539a07aae4a166 |
|
BLAKE2b-256 | 1e3deb3f3fb28d0165c7cb967d1b5af77e667c63eaf11846d2b301eb730b20a9 |