Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for JSON output, similar to new Twitch EventSub format #290

Open
RAnders00 opened this issue Jan 31, 2024 · 1 comment
Open

Support for JSON output, similar to new Twitch EventSub format #290

RAnders00 opened this issue Jan 31, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@RAnders00
Copy link
Contributor

Twitch has added support for receiving chat message events over EventSub:
https://dev.twitch.tv/docs/eventsub/eventsub-subscription-types/#channelchatmessage
https://dev.twitch.tv/docs/eventsub/eventsub-reference/#channel-chat-message-event

recent-messages2 could support output messages in this format instead of raw IRC. An additional new optional query parameter would have to be added to switch to this json output method.

@RAnders00 RAnders00 added the enhancement New feature or request label Jan 31, 2024
@RAnders00
Copy link
Contributor Author

This might be a feature to add to twitch-irc-rs, but I haven't decided on that yet. The most through approach might be to add support for EventSub to twitch-irc-rs or to make a new crate that contains support for connecting to Twitch chat over EventSub, and then to use the types from that crate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant