CdC-SI / eak-copilot

The official repository of the EAK-Copilot project as part of the Innovation Fellowship 2024.
https://cdc-si.github.io/eak-copilot/
GNU General Public License v3.0
3 stars 0 forks source link

parallelize webscraper requests #219

Open Shi-Ho opened 3 weeks ago

Shi-Ho commented 3 weeks ago

AIOHTTP seems to be the current state of the art asynchronous requests library

https://adl1995.github.io/a-comparison-of-response-times-using-urllib-grequests-and-asyncio.html https://github.com/adl1995/HIPS-to-Py/blob/master/examples/fetch-tiles-threaded.py https://docs.aiohttp.org/en/stable/