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
- Host: GitHub
- URL: https://github.com/masylum/crawlr
- Owner: masylum
- Created: 2009-05-09T19:20:59.000Z (about 17 years ago)
- Default Branch: master
- Last Pushed: 2009-05-18T00:30:24.000Z (about 17 years ago)
- Last Synced: 2025-01-22T12:32:40.890Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 984 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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.