Relative Content

Tag Archive for pythontwitchtwitch-api

TwitchAPI Using the Rate Limit Bucket and Throtteling Queries

How do you track how many queries are left in the rate-limit-bucket for stream-info? I want to slow/pause queries to not exceed the limit. In TwitchAPI, I’ve found twitchAPI.helper.RateLimitBucket but have no idea how to use it to track stream-information requests.