MitchellHarrison / stream-environment

Python. Postgres. Docker. | Microservices in pursuit of a better, more interactive live stream. https://twitch.tv/mitchsworkshop
https://twitch.tv/mitchsworkshop
MIT License
20 stars 12 forks source link

Parse Twitch messages without RegEx #39

Closed MitchellHarrison closed 2 years ago

MitchellHarrison commented 2 years ago

There are lots of example online of people using splits/joins/etc to parse incoming IRC messages without RegEx. We should define a function in the chat_input_handler service to parse incoming messages and return a dict identical to what groupdict() is returning right now.