Skip to content

Commit e80b066

Browse files
committed
Update readme
1 parent 63c98d4 commit e80b066

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,18 @@
99

1010
### TwitchIO is a powerful, asynchronous Python library for [twitch.tv](https://twitch.tv).
1111

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.
1313

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``
1524

1625
### Documentation
1726
[Documentation](https://twitchio.dev/)

0 commit comments

Comments
 (0)