feat: add initial experimental Twitch Eventsub support (#5837)
Co-authored-by: nerix <nerixdev@outlook.de>
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
# twitch-eventsub-ws
|
||||
|
||||
This library implements some of [Twitch's EventSub](https://dev.twitch.tv/docs/eventsub/) topics for use in [Chatterino 2](https://github.com/Chatterino/chatterino2)
|
||||
|
||||
Topic generation is done in the `ast` directory
|
||||
|
||||
The example can be built like this:
|
||||
|
||||
```sh
|
||||
mkdir build
|
||||
cd build
|
||||
cmake ../example
|
||||
cmake --build .
|
||||
```
|
||||
Reference in New Issue
Block a user