You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,18 @@
9
9
10
10
### TwitchIO is a powerful, asynchronous Python library for [twitch.tv](https://twitch.tv).
11
11
12
-
##### TwitchIO aims to be intuitive and easy to use, using modern async Python and following strict typing with stateful objects and plug-and-play extensions.
12
+
TwitchIO aims to be intuitive and easy to use, using modern async Python and following strict typing with stateful objects and plug-and-play extensions.
13
13
14
-
##### TwitchIO is more than a simple wrapper, providing ease of use when accessing the Twitch API with powerful extensions to help create and manage applications and Twitch Chat Bots.
14
+
TwitchIO is more than a simple wrapper, providing ease of use when accessing the Twitch API with powerful extensions to help create and manage applications and Twitch Chat Bots.
15
+
16
+
**Features:**
17
+
18
+
- Modern ``async`` Python using ``asyncio``
19
+
- Fully annotated and complies with the ``pyright`` strict type-checker
20
+
- Intuitive with ease of use, using modern object orientated design
21
+
- Feature full including extensions for ``chat bots``, running ``routine tasks`` and ``playing sounds`` on stream (Conduits support soon...)
22
+
- Easily manage ``OAuth Tokens`` and data
23
+
- Built-in ``EventSub`` support via both ``Webhook`` and ``Websockets``
0 commit comments