haliphax / phaxbot

Twitch overlay/integration hub

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lock specific avatars to chatter roles

haliphax opened this issue · comments

Should be able to lock avatars down to particular user roles (e.g. VIP, moderator, etc.).

blocked by #11

This is more difficult with twitch-python than the previous setup, as I am not provided with any information about chatters' messages other than the text and their username. I am, however, able to look up information about that user via the Helix API, and could cache the response locally to avoid a rate-limiting error for additional messages.