Ge0rg3/requests-ip-rotator

Using requests-ip-rotator using async requests

vsanjairaj opened this issue · 1 comments

How to send async requests using the requests-ip-rotator?

Hi, you can use the built-in Python threading or multiprocessing libs for this. Alternatively, if you want to you the asyncio library see #1 😄