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

https://github.com/masylum/crawlr

Grab content and let people vote it
https://github.com/masylum/crawlr

Last synced: over 1 year ago
JSON representation

Grab content and let people vote it

Awesome Lists containing this project

README

          

== Crawlr

This is a simple applications that grabs content from other sites, parse them with mechaize+nokogiri and let the users vote it.

= Configuring Crawlr

* Open the app/parsers folder and create a file for each site you want to crawl.
* You need to implement the parse_gallery method in ordr to get the name, description, permalink and image from that content.
* Set up the new parser at app/parsers/crawler.rb.