Scrapedo
An unofficial Ruby gem designed to provide a convenient interface for Ruby developers. It eliminates the need to handle complex HTTP requests and parsing logic, allowing you to easily access data from the Scrapedo API (currently supports only Google Search API) within your applications.
It supports ALL parameters of the Google Search API.
Installation
Install the gem and add to the application's Gemfile by executing:
$ bundle add scrapedo
If bundler is not being used to manage dependencies, install the gem by executing:
$ gem install scrapedo
Usage
TODO: Write usage instructions here
Development
After checking out the repo, run bin/setup to install dependencies. Then, run rake test to run the tests. You can also run bin/console for an interactive prompt that will allow you to experiment.
To install this gem onto your local machine, just run bundle exec rake install.
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/hypersport/scrapedo. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the code of conduct.
License
The gem is available as open source under the terms of the MIT License.
Code of Conduct
Everyone interacting in the Scrapedo project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.