tc icon indicating copy to clipboard operation
tc copied to clipboard

Emote menu: split Twitch emotes by subbed channel

Open mccxiv opened this issue 6 years ago • 3 comments

mccxiv avatar Aug 13 '18 06:08 mccxiv

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

mccxiv avatar Sep 01 '18 04:09 mccxiv

Dunno if this helps https://twitchemotes.com/apidocs

urbels avatar Sep 04 '18 13:09 urbels

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

mccxiv avatar Oct 26 '18 00:10 mccxiv