Migrate Twitch IRC to EventSub
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 0
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
https://dev.twitch.tv/docs/chat/irc-migration/
Twitch supports chat messages both via old IRC-like system and via their new EventSub system. LukeBot already has EventSub support, it just needs to be expanded to emit chat message events.
This process should make it easier to maintain and to test the Twitch part. Plus, Twitch providing guides for migration probably means we will have to move to EventSub anyway once they deprecate IRC at some point in the future.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Read the linked Twitch IRC migration guide, then inspect LukeBot's existing EventSub support and current Twitch IRC handling. The work is complete when Twitch chat messages are emitted through EventSub instead of the old IRC-like system, with the existing bot behavior preserved.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- api, backend
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100