Skip to content

waqasdevgit/test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 

Repository files navigation

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.

Setup Instructions

1. Install ruby

rvm install ruby-2.6.5

2. Install the gems

Move to project directory and execute

bundle install

Execution Instructions

1. Change access permission of start.sh file to exectuable

chmod +x start.sh

2. Execute start script

./start html_file_path
  • replace html_file_path with actual path

3. You can view the output by navigating to the providied path.

You will see the path of output file on console output.

Testing

Execute the following command to execute Unit Test Cases

  rspec spec

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published