I would like to test a web API throttle limit of a given site using Python.
This API throttle limit allows X requests MAX over Y seconds per IP.
I would like to be able to test the reliability of this throttle limit, in particular on border cases (X-1 requests, X+1 requests)
Could you suggest a good way to do it?