Skip to content

tim-tang/crawler_engine

Repository files navigation

Crawler Engine

Crawler engine is the "Swiss Army bulldozer" plugin for Ruby on Rails. It allows you to crawl posts from the website.

Crawler Engine Features

Crawler Engine many advanced features, including: custom generators. customized crawl links.

Crawler Engine is compatible with Active Record 3.0 and 3.1.

Rails Quickstart

gem install crawler-engine

rails g crawler_engine

rake db:migrate

in your Gemfile

gem "crawler-engine"

start engine in your rails project

require 'crawler_engine'

... CrawlerEngine.start ...

Releases

No releases published

Packages

 
 
 

Languages