没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
python-twitch-client python-twitch-client是易于使用的Python库,用于访问Twitch API 您可以在找到更多信息,或者要获得支持,可以加入 。 注意 python-twitch-client当前支持Twitch API v5和新的Helix API。 如果您发现缺少的端点或错误,请提出或做出贡献并打开。 基本用法 螺旋API from itertools import islice from twitch import TwitchHelix client = TwitchHelix ( client_id = '<my>' ) streams_iterator = client . get_streams ( page_size = 100 ) for stream in islice ( streams_iterator , 0 , 500 ): print ( stream ) Twitch API v5 from twitch import TwitchClient client = Twi
资源推荐
资源详情
资源评论
收起资源包目录
python-twitch-client-master.zip (78个子文件)
python-twitch-client-master
.gitignore 149B
setup.cfg 225B
README.md 2KB
CHANGELOG.md 3KB
.github
workflows
run-tests.yml 921B
tests
api
test_client.py 883B
test_channel_feed.py 9KB
test_videos.py 4KB
test_channels.py 11KB
test_communities.py 11KB
test_games.py 3KB
dummy_credentials.cfg 111B
test_base.py 7KB
test_teams.py 2KB
test_chat.py 2KB
__init__.py 0B
test_streams.py 7KB
test_search.py 4KB
test_clips.py 1KB
test_users.py 10KB
test_collections.py 6KB
test_ingests.py 791B
helix
test_api.py 32KB
__init__.py 0B
__init__.py 0B
test_resources.py 5KB
docs
conf.py 5KB
basic_usage.rst 649B
index.rst 2KB
v5
videos.rst 1KB
games.rst 678B
streams.rst 3KB
channel_feed.rst 4KB
communities.rst 2KB
index.rst 225B
chat.rst 854B
teams.rst 803B
ingests.rst 505B
collections.rst 3KB
channels.rst 4KB
clips.rst 2KB
search.rst 2KB
users.rst 4KB
helix.rst 11KB
Makefile 683B
LICENSE 1KB
.coveragerc 52B
setup.py 2KB
samples
users.py 357B
helix.py 1KB
__init__.py 0B
twitch
conf.py 834B
exceptions.py 276B
api
base.py 3KB
communities.py 5KB
ingests.py 252B
search.py 1KB
collections.py 3KB
streams.py 3KB
chat.py 541B
users.py 5KB
channels.py 5KB
videos.py 3KB
__init__.py 482B
teams.py 677B
games.py 542B
clips.py 2KB
channel_feed.py 4KB
constants.py 3KB
resources.py 3KB
helix
base.py 4KB
api.py 11KB
__init__.py 0B
__init__.py 107B
decorators.py 268B
client.py 4KB
.codecov.yml 13B
Makefile 160B
共 78 条
- 1
资源评论
李青廷Austin
- 粉丝: 25
- 资源: 4612
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功