/simple_google_crawler

Very basic google crawler. Searches for given phrase and clicks on the first link

Primary LanguageRuby

Simple Google Crawler

This is a very simple program that searches for a given string in Google and clicks on the first link

Setup

$ bundle install

Running

$ ruby simple_google_crawler.rb

Testing

You can test crawler class using Minitest.

$ ruby test/google_crawler_test.rb

Copyright © 2015 Piotr Brudny.