Tomato downloader

This is a simple tool which lets you remove watermarks from images you find on websites such as Shutterstuck or gettyimages. This will be available as a ruby gem soon.

Methods

TomatoDownloader

TODO

GettyImages

  • Getting a list of links for a first page of the search:
tomato = Tomato::GettyImages.new("tomato")  
tomato = tomato.get_links #=> will return an array of links
  • Getting a list of links for further pages of the search:
tomato = Tomato::GettyImages.new("tomato", page_number) #=> page number must be greater than 1
tomato = tomato.get_links