blob: ae8f7b98d3db228aa032f67f78db096fd49fb08c (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
 | <a class="github" href="throttling.py"></a>
# Throttling
> HTTP/1.1 420 Enhance Your Calm
>
> [Twitter API rate limiting response][cite]
[cite]: https://dev.twitter.com/docs/error-codes-responses
## PerUserThrottle
## PerViewThrottle
## Custom throttles
 |