# soundcloud.py
[![Tests](https://github.com/7x11x13/soundcloud.py/actions/workflows/ci.yml/badge.svg)](https://github.com/7x11x13/soundcloud.py/actions/workflows/ci.yml)[![Coverage Status](https://coveralls.io/repos/github/7x11x13/soundcloud.py/badge.svg?branch=main)](https://coveralls.io/github/7x11x13/soundcloud.py?branch=main)
Python wrapper for some of the v2 SoundCloud API
## Installation
```bash
pip install soundcloud-v2
```
## Example
```python
from soundcloud import SoundCloud
sc = SoundCloud("client_id", "auth_token")
assert sc.is_client_id_valid()
assert sc.is_auth_token_valid()
me = sc.get_user_by_username("7x11x13")
assert me.permalink == "7x11x13"
```
## License
[MIT](https://choosealicense.com/licenses/mit/)
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
资源分类:Python库 所属语言:Python 资源全名:soundcloud-v2-1.1.0.tar.gz 资源来源:官方 安装方法:https://lanzao.blog.csdn.net/article/details/101784059
资源推荐
资源详情
资源评论
收起资源包目录
soundcloud-v2-1.1.0.tar.gz (27个子文件)
soundcloud-v2-1.1.0
PKG-INFO 1KB
pyproject.toml 107B
soundcloud_v2.egg-info
PKG-INFO 1KB
requires.txt 57B
SOURCES.txt 791B
top_level.txt 11B
dependency_links.txt 1B
soundcloud
request.py 4KB
__init__.py 1KB
resource
visuals.py 264B
playlist.py 1KB
message.py 316B
user.py 1KB
stream.py 1020B
web_profile.py 221B
base_item.py 1KB
__init__.py 0B
comment.py 529B
conversation.py 364B
track.py 2KB
aliases.py 693B
like.py 496B
base.py 373B
download.py 147B
soundcloud.py 16KB
setup.cfg 743B
README.md 740B
共 27 条
- 1
资源评论
挣扎的蓝藻
- 粉丝: 14w+
- 资源: 15万+
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功