JohnWolfson / Lakea-Stream-Assistant

A project to build a stream assistant 'Lakea' for handling events and improving Twitch streams for Materies Coil and his community
0 stars 0 forks source link

Helix API Get User Subscription #237

Open JohnWolfson opened 4 months ago

JohnWolfson commented 4 months ago

Lakea currently gets a user subscription by fetching a list of subscribers from Twitch and checking if a user is in that list. This is poor optimisation and could led to future errors when the Helix function for fetching subscriber list can only return up to 100 per fetch. This should be changed to using the CheckUserSubscriptionAsync() so that it checks a user with Twitch directly using their Twitch ID.

Acceptance Criteria: