This code scraps opal images from whole 'Solid opals' option. Only 'requests' library was used. Images were accessed by website's API. Each saved image has added name and price, seperated by ' ; ' sign (for excel purpose).
You can then use AHK script to paste each image+name into new excel file, go to: https://github.com/mban1993/images_to_excel
You have a folder named 'opals', where are all opal images stored (and only images you want to paste into excel file!).
Use one of AHK scripts - one pastes small-sized images, second one pastes larger images. Select folder 'opals'. After that, new excel file should be opened
with list of opals and their names.
You might want to split name and price - we'll use ' ; ' sign to have name in one column, and price in second column. In Excel:
- Data > Text to Columns
- In the Convert Text to Columns Wizard, select Delimited > Next
- Select ' ; ' sign as delimiter.
After some formatting we have a list of opal images, names and their prices.