Files
chatterino2/lib/twitch-eventsub-ws/README.md
2025-02-02 16:03:24 +00:00

15 lines
339 B
Markdown

# 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 .
```