nborrmann / jodel_api

Unoffical Python Interface to the Jodel API
MIT License
150 stars 33 forks source link

Rate-Limits j.get_post_details_v3() 300 per minute #62

Closed guitar9 closed 6 years ago

guitar9 commented 6 years ago

Issue

j.get_post_details_v3() maximum Requests are 300 per minute. After that you get "Too Many Request" as reponse

...

Environment

If you're reporting a bug, please attach the output of the following commands:

$ pip show jodel_api
$ pip -V
$ python -V
$ python -c "import jodel_api; print(jodel_api.JodelAccount.version); print(jodel_api.JodelAccount.secret)"
nborrmann commented 6 years ago

There are lots of rate-limits that frequently change. Theres not much we can do about it.