-
-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #480 from PythonistaGuild/dev/3.0
Merge 3.0 into main
- Loading branch information
Showing
183 changed files
with
37,223 additions
and
20,484 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# These are supported funding model platforms | ||
|
||
github: [IAmTomahawkx, chillymosh] | ||
github: [EvieePy, chillymosh] | ||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
> [!IMPORTANT] | ||
> Version **3** is currently a BETA release. | ||
|
||
![](https://raw.githubusercontent.com/TwitchIO/TwitchIO/master/logo.png) | ||
[![](https://img.shields.io/badge/Python-3.11%20%7C%203.12%20%7C%203.13-blue.svg)](https://www.python.org) | ||
![Pyright Strict](https://img.shields.io/badge/Pyright-Strict-b8dbb4) | ||
![GitHub License](https://img.shields.io/github/license/PythonistaGuild/twitchio) | ||
|
||
|
||
### TwitchIO is a powerful, asynchronous Python library for [twitch.tv](https://twitch.tv). | ||
|
||
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. | ||
|
||
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. | ||
|
||
**Features:** | ||
|
||
- Modern ``async`` Python using ``asyncio`` | ||
- Fully annotated and complies with the ``pyright`` strict type-checker | ||
- Intuitive with ease of use, using modern object orientated design | ||
- Feature full including extensions for ``chat bots``, running ``routine tasks`` and ``playing sounds`` on stream (Conduits support soon...) | ||
- Easily manage ``OAuth Tokens`` and data | ||
- Built-in ``EventSub`` support via both ``Webhook`` and ``Websockets`` | ||
|
||
### Documentation | ||
[Documentation](https://twitchio.dev/) | ||
|
||
Getting Started | ||
-------------------------------- | ||
[Installing](https://twitchio.dev/en/getting-started/installing.html) | ||
|
||
[Quickstart](https://twitchio.dev/en/getting-started/quickstart.html) | ||
|
||
[Examples](/examples) | ||
|
||
### Support | ||
For support using TwitchIO, please join the official [support server](https://discord.gg/RAKc3HF) on [Discord](https://discord.com/) | ||
|
||
[![Discord Banner](https://discordapp.com/api/guilds/490948346773635102/widget.png?style=banner2)](https://discord.gg/RAKc3HF) | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.