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.10.tar.gz
(36.7 kB
view details)
Built Distribution
File details
Details for the file qqmusic_api_python-0.1.10.tar.gz
.
File metadata
- Download URL: qqmusic_api_python-0.1.10.tar.gz
- Upload date:
- Size: 36.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: pdm/2.20.1 CPython/3.10.12 Linux/6.5.0-1025-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2caa89cb6e316abb2d1c4da691098318e7da6e1443411fffafbcba54898c0e20 |
|
MD5 | 2f824beeed091dd2ef34c60bfe00985a |
|
BLAKE2b-256 | f0fd9fd70a1bf92d9d5e74fed47912a1b451d4ecc89cec3891a68a6f63a108f0 |
Provenance
File details
Details for the file qqmusic_api_python-0.1.10-py3-none-any.whl
.
File metadata
- Download URL: qqmusic_api_python-0.1.10-py3-none-any.whl
- Upload date:
- Size: 44.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: pdm/2.20.1 CPython/3.10.12 Linux/6.5.0-1025-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c8c4b2a873dc9e6ef2a870d67cbccf5bfa1d72cb33eeda3be2b5e065624d46d0 |
|
MD5 | b8aad159e64e7f376194e9e94c12b6b8 |
|
BLAKE2b-256 | 8015ca40f624890b7718bdb8e089a3df03410feeb014794617e647103ff2de67 |