This repository contains a script for extracting van gogh paintings from a search results html page.
The script is written in ruby to scrap data from google search result page carousel of cards.
rvm install ruby-2.6.5Move to project directory and execute
bundle installchmod +x start.sh./start html_file_path- replace html_file_path with actual path
You will see the path of output file on console output.
rspec spec