Skip to content

spilliton/creepy_crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

creepy_crawler

For anyone looking this is unreleased / unfinished.

A website scraping framework. Creepy crawler is ideal for implementing different crawling rules for each site you intend to spider/scrape. It is especially good for small incremental crawling, such as in a heroku hourly cron job.

This gem requires ActiveRecord version 3.0.0 or greater.

This is based on the spidering logic I originally built for Compare Vinyl.

Example Usage

Install

## Add the following to you Gemfile
gem 'creepy_crawler'
## Run this
bundle install

About

A Gem for helping crawl websites

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages