Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jamesknelson/funnelweb

A framework for creating ruby web crawlers
https://github.com/jamesknelson/funnelweb

Last synced: 13 days ago
JSON representation

A framework for creating ruby web crawlers

Awesome Lists containing this project

README

        

= Funnelweb

Funnelweb is a ruby web crawler framework for spidering multiple domains, choosing a different
set of rules for each domain. It is primarily targeted at creating crawlers which find and
store information on a known set of domains.

= Contributors

Funnelweb is maintained by [James K Nelson](http://jamesknelson.com), from [Numbat Software](http://www.numbat.com.au). Funnelweb was based on [Anemone](http://anemone.rubyforge.org/) by Chris Kite.