PetterKraabol / Twitch-Python

Object-oriented Twitch API for Python developers
https://pypi.org/project/twitch-python
MIT License
214 stars 37 forks source link

Request tags for IRC messages #44

Open DasBasti opened 2 years ago

DasBasti commented 2 years ago

Twitch offers additional information on chat messages if the client requests them. This information includes User color, subscription state and many more. See https://dev.twitch.tv/docs/irc/tags

After authentication we send a request to enable tags for incoming messages. Message parsing is updated to deal with tagged and untagged messages.

sonarcloud[bot] commented 2 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information