[ 源代码: python-twitchapi ]
软件包:python3-twitchapi(4.5.0-1)
python3-twitchapi 的相关链接
Debian 的资源:
下载源码包 python-twitchapi:
- [python-twitchapi_4.5.0-1.dsc]
- [python-twitchapi_4.5.0.orig.tar.gz]
- [python-twitchapi_4.5.0-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Python library for interacting with various Twitch APIs
Provides a comprehensive implementation of the Twitch Helix API, PubSub, EventSub, and Chat functionalities. Designed to facilitate integration with Twitch services, this library supports features such as user authentication, event subscriptions, and chat bot capabilities. It allows for both app and user authentication, enabling better rate limits and access to user-specific data. PubSub topics and EventSub subscriptions are easily managed, while the chat component can monitor and respond to messages and user actions within Twitch channels.
其他与 python3-twitchapi 有关的软件包
|
|
|
|
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-aiohttp
- http client/server for asyncio
-
- dep: python3-dateutil
- powerful extensions to the standard Python 3 datetime module
-
- dep: python3-enum-tools
- tools to expand Python's enum module
-
- dep: python3-typing-extensions
- Backported and Experimental Type Hints for Python