Project

macaron

0.0
No commit activity in last 3 years
No release in over 3 years
Ruby based web scraper
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 1.3.0
~> 1.5.5
 Project Readme

Macaron

Macaron is a simple web scraper implemented in ruby. It's used for service alive testing.

Support

Ruby 1.9.x

Install

gem install macaron

Example

require 'macaron'
Macaron::Spawner.new("http://www.google.com")

CLI (Command Line Interface)

Usage: macaron [options] URL
    -d, --debug                      Show debug output
    -n, --depth N                    Set the digging depth N
    -j, --javascript                 Open javascript support mode
    -h, --help                       Show this message

License

MIT LICENSE, please refer to the LICENSE file.