You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There should be an option for users. get_follows() to get all users that a user follows. The Twitch API limits each call to 100, but you can use the offset key to technically get all follows.
So, this library should simplify this process, by adding an option. If the option is enabled, then the library will get the first 100 follows, then the next 100, etc. until they are all retrieved.
The text was updated successfully, but these errors were encountered:
There should be an option for
users. get_follows()
to get all users that a user follows. The Twitch API limits each call to 100, but you can use theoffset
key to technically get all follows.So, this library should simplify this process, by adding an option. If the option is enabled, then the library will get the first 100 follows, then the next 100, etc. until they are all retrieved.
The text was updated successfully, but these errors were encountered: