[ sid ]
[ 原始碼: python-twitchapi ]
套件:python3-twitchapi(4.3.1-1)
python3-twitchapi 的相關連結
Debian 的資源:
下載原始碼套件 python-twitchapi:
- [python-twitchapi_4.3.1-1.dsc]
- [python-twitchapi_4.3.1.orig.tar.gz]
- [python-twitchapi_4.3.1-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
- interactive high-level object-oriented language (default python3 version)
-
- 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