oliver-lloyd / twitch-listener

Easy python bot for scraping Twitch chat data
MIT License
44 stars 10 forks source link

Encoding returns hex values #3

Closed MkHunter closed 5 years ago

MkHunter commented 5 years ago

When listening to multi-lingual (RUS,JP) twitch channels sometimes messages are displayed as follow: "\xd0\xb1\xd1\x82\xd0\xb2"

oliver-lloyd commented 5 years ago

Noted, looks like it just needs some utf-8 decoding.

oliver-lloyd commented 5 years ago

Had a pop at solving this yesterday, turns out it is a non-trivial fix. I will come back to this

oliver-lloyd commented 5 years ago

Fixed in 1.2.1