Uses Python's asyncio to batch request images from a list of URLs and logs the top colors in hexidecimal
-
Python 3.6
-
Aiohttp
-
PIL
-
Numpy
cd ./image-hex-ranker/ python async_image_scraper.py
- urls.txt with an image per row
-
colors.csv with url,color1,color2,color3 on each row
-
error_log.txt will write all exceptions to file