tc
tc copied to clipboard
Emote menu: split Twitch emotes by subbed channel
Holy crap. There's no way to resolve a channel's name from an emote set ID: https://discuss.dev.twitch.tv/t/how-to-get-the-name-of-the-channel-for-an-emote-set/5019
This means every client needs to download this 8mb json: https://twitchemotes.com/api_cache/v3/sets.json which is absolutely unfeasible. Looks like I'll have to write my own API server that can be queried with a list of sets
Dunno if this helps https://twitchemotes.com/apidocs
The official twitch mobile app gets around this problem by showing sections with emotes but not showing which channel they are from. Let's just do that. Easy to implement