#Download Preferably clone repository, alternatively you can download zip and tarball here
#Usage ruby whitewidow.rb -h
Will print the help page
ruby whitewidow.rb -l
Will display the legal info, can also be run in conjunction with -f or -d
ruby whitewidow.rb -d
Will run whitewidow in default mode and scrape Google using the search queries in the lib directory
ruby whitewidow.rb -d --banner
Will scrape Google and hide the banner
- whitewidow.rb -f tmp/sites.txt #<= CORRECT
- whitewidow.rb -f /home/users/me/whitewidow-1.0.6/tmp/sites.txt #<= INCORRECT
ruby whitewidow.rb -d
Will run whitewidow in default mode and scrape Google using the search queries in the lib directory
#Dependencies
gem 'mechanize'