QQ音乐API封装库
Project description
[!WARNING] 本仓库的所有内容仅供学习和参考之用,禁止用于商业用途。
文档: https://luren-dc.github.io/QQMusicApi/
介绍
使用 Python 编写的用于调用 QQ音乐 各种 API 的库.
依赖
本项目基于:
快速上手
安装
pypi
$ pip install qqmusic-api-python
source
$ pip install git+https://github.com/luren-dc/QQMusicApi.git
使用
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
- 评论 API
- 用户 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.2.tar.gz
(25.4 kB
view details)
Built Distribution
File details
Details for the file qqmusic_api_python-0.1.2.tar.gz
.
File metadata
- Download URL: qqmusic_api_python-0.1.2.tar.gz
- Upload date:
- Size: 25.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.10.12 Linux/6.5.0-1023-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3777ca18e3d637ba9304f6f7778ef19271c67173a5d08a96185169cf178bf525 |
|
MD5 | 1e75bb0634c4940074c3a2628ebd73bb |
|
BLAKE2b-256 | 7ba220ab0c196eee697eee6cf2542a99659d8178f69b5977ee2b3c143790941b |
Provenance
File details
Details for the file qqmusic_api_python-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: qqmusic_api_python-0.1.2-py3-none-any.whl
- Upload date:
- Size: 34.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.10.12 Linux/6.5.0-1023-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0f8ca63ce3b276310b1b4a6639dece007cc06b0e6c5e36674897266f0c452e1d |
|
MD5 | a8fe144ea76f5f8f3f067d53f9f07330 |
|
BLAKE2b-256 | 4d826c697e6fd2b5f81101afafa142beda86b7a7b9f4c0e6ce544c24a1b8ac80 |