QQ音乐API封装库
Project description
[!WARNING] 本仓库的所有内容仅供学习和参考之用,禁止用于商业用途。
介绍
使用 Python 编写的用于调用 QQ音乐 各种 API 的库.
依赖
本项目基于:
快速上手
安装
$ pip3 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)
if __name__ == "__main__":
asyncio.run(main())
TODO
- 歌手 API
参考项目
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.0.tar.gz
(23.1 kB
view details)
Built Distribution
File details
Details for the file qqmusic_api_python-0.1.0.tar.gz
.
File metadata
- Download URL: qqmusic_api_python-0.1.0.tar.gz
- Upload date:
- Size: 23.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.11.8 Linux/4.14.113-perf-g06396b2c2-dirty
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ca501aeaba683f9c0d450c9773b419d34d4282bf77a221a2be22eb4fa6fd35ed |
|
MD5 | 43055f9425e00f2fc898f42a2f9ba263 |
|
BLAKE2b-256 | e7c6d504e1161c1e0c08e734de7524cc4ccc0150a625a808b8eea98c2287efe7 |
Provenance
File details
Details for the file qqmusic_api_python-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: qqmusic_api_python-0.1.0-py3-none-any.whl
- Upload date:
- Size: 29.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.11.8 Linux/4.14.113-perf-g06396b2c2-dirty
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8210508ed856dd4be6bcd60478437c34cac593692899971efcd115df4a5f4270 |
|
MD5 | 72ca271d72880bc501a71e160a09e86b |
|
BLAKE2b-256 | 1f468076cf3ff0dca5478f789a9687921c28cb9c395d9549a32b29a47d1c8341 |