QQ音乐API封装库
Reason this release was yanked:
未包含库文件
Project description
[!WARNING] 本仓库的所有内容仅供学习和参考之用,禁止用于商业用途
文档: 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())
参考项目
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.4.tar.gz
(28.4 kB
view details)
Built Distribution
File details
Details for the file qqmusic_api_python-0.1.4.tar.gz
.
File metadata
- Download URL: qqmusic_api_python-0.1.4.tar.gz
- Upload date:
- Size: 28.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.17.1 CPython/3.10.12 Linux/6.5.0-1024-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2ae4d43bee71e388ec4636c3130ee6b0ca4c0177f6bd5be5be96d0e52a942aa7 |
|
MD5 | d9d2edab156efb9871564156498a94ed |
|
BLAKE2b-256 | 9ebd4d075bb540f5b398bf6724425b7eff514061c7cb1ec3b14e6ff6f66bf54b |
Provenance
File details
Details for the file qqmusic_api_python-0.1.4-py3-none-any.whl
.
File metadata
- Download URL: qqmusic_api_python-0.1.4-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.17.1 CPython/3.10.12 Linux/6.5.0-1024-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 07dbcc72a668f1dd0bcef5d74049b009d8f4d097ead3ab2bb7780a69fe7b69fe |
|
MD5 | 26bdfaf17c37e08a562dd643ed2a2a42 |
|
BLAKE2b-256 | a5dc5b68d9448cc4536ccdab6fb295dbdf7d7415b5763c7ec4bfe1b7b2f89701 |