python-twitch-client:Twitch API的Python包装器

时间:2021-01-30 16:48:47
【文件属性】:
文件名称:python-twitch-client:Twitch API的Python包装器
文件大小:69KB
文件格式:ZIP
更新时间:2021-01-30 16:48:47
python api client wrapper twitch 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 = '' ) 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
----.gitignore(149B)
----setup.cfg(225B)
----README.md(2KB)
----CHANGELOG.md(3KB)
----.github()
--------workflows()
----tests()
--------api()
--------helix()
--------__init__.py(0B)
--------test_resources.py(5KB)
----docs()
--------conf.py(5KB)
--------basic_usage.rst(649B)
--------index.rst(2KB)
--------v5()
--------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()
--------constants.py(3KB)
--------resources.py(3KB)
--------helix()
--------__init__.py(107B)
--------decorators.py(268B)
--------client.py(4KB)
----.codecov.yml(13B)
----Makefile(160B)

网友评论