Thanks to visit codestin.com
Credit goes to github.com

Skip to content

mban1993/image_scrapping-Opals

Repository files navigation

image_scraping-Opals

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!). OPALS1

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. opals2

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:

  1. Data > Text to Columns
  2. In the Convert Text to Columns Wizard, select Delimited > Next
  3. Select ' ; ' sign as delimiter.

After some formatting we have a list of opal images, names and their prices. opals3

About

Scrap opal names, prices and add them to excel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages