Skip to content

medusa-crawler 1.0.0.pre.1

Install from the command line:
Learn more about RubyGems packages
$ gem install medusa-crawler --version "1.0.0.pre.1"
Install via Gemfile:
source "https://rubygems.pkg.github.com/brutuscat" do
  gem "medusa-crawler", "1.0.0.pre.1"
end

About this version

== Medusa: a ruby crawler framework

Medusa is a ruby framework to crawl and collect useful information about the pages it visits. It is versatile, allowing you to write your own specialized tasks quickly and easily.

Features

  • Choose the links to follow on each page with focus_crawl()
  • Multi-threaded design for high performance
  • Tracks 301 HTTP redirects
  • Allows exclusion of URLs based on regular expressions
  • HTTPS support
  • Records response time for each page
  • Obey robots.txt
  • In-memory or persistent storage of pages during crawl using Moneta adapters.
  • Inherits OpenURI behavior (redirects, automatic charset and encoding detection, proxy configuration options).

Details


Assets

  • medusa-crawler-1.0.0.pre.1-rubygems.gem

Download activity

  • Total downloads 0
  • Last 30 days 0
  • Last week 0
  • Today 0