pyslackers / slack-sansio

Python (a)sync Slack API library
MIT License
37 stars 8 forks source link

Rate limit #24

Closed ovv closed 6 years ago

ovv commented 6 years ago

Slack has a rate limit of 1 query / second. When using the iteration mode for paginated request it's easy to get rate limited.

We should add a way to ensure x seconds have passed between multiple api call using the iteration mode.