Skip to content
 
 

Latest commit

 

History

44 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Carousel extractor

Hi there. This neat little program can extract thumbnails and information from a google carousel representation.

Installation

You will need the following prerequisites:

  • Ruby 3.2.2
  • Bundler (get 2.4.18 or newer)

After a call to bundle install, you should be golden :-)!

Calling it from the terminal

You can call the script e.g. like so:

ruby ./lib/services/carousel_parser.rb ./files/buildings-in-bonn.html

If you want to pipe the content into a file, then you can use this command:

ruby ./lib/services/carousel_parser.rb ./files/buildings-in-bonn.html > my_results.json

If you want to change the default root node name and pipe the content into a file, then you can use this command:

ruby ./lib/services/carousel_parser.rb ./files/buildings-in-bonn.html buildings> my_results.json

About

SerpApi code challenge

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages