TwitchDownloader icon indicating copy to clipboard operation
TwitchDownloader copied to clipboard

Pronoun badges

Open fenhl opened this issue 1 year ago • 3 comments

Checklist

Write your feature request here

Add an option to display the pronoun badges from https://pr.alejo.io/ (also available as an FFZ add-on) in the chat render.

The pronouns for a given user can be looked up at e.g. https://api.pronouns.alejo.io/v1/users/fenhl and the mapping from internal IDs to human-readable text is at https://api.pronouns.alejo.io/v1/pronouns.

fenhl avatar Nov 17 '24 15:11 fenhl

I wrote a pretty large response to this back in November but it seems I forgot to hit Comment. TL;DR is that since alejo doesn't provide an API for fetching multiple users at once, this likely will not be possible due to rate limits.

ScrubN avatar Dec 26 '24 04:12 ScrubN

@Alejo47 Do you think an API for fetching multiple users at once is something that could be added?

fenhl avatar Mar 15 '25 10:03 fenhl

Multi-user fetching would actually make caching for the API nigh-impossible at a higher level and could potentially be abused to hammer the servers down. There is no rate limit on my API's end since the API is optimized for me to be able to handle super high throughput. I would significantly rather you simply hit individual user endpoints if possible.

Alejo47 avatar Mar 20 '25 20:03 Alejo47