fellix / sample_google_search

A simple project which search at google and stores the result in a mysql database ( ActiveRecord without Rails)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GoogleSearch Sample

A very simple app which reads a XML containing some keywords and search at google collecting 200 entries for each keyword, the results are stored in a mysql dabase.

Setting up

  • bundle install
  • rake db:create
  • rake db:migrate

Executing

  • rake search:start
  • rake search:csv

the last one exports in a csv file the search output

About

A simple project which search at google and stores the result in a mysql database ( ActiveRecord without Rails)

License:Do What The F*ck You Want To Public License


Languages

Language:Ruby 100.0%