public
Description: An example of a stand-alone Ruby web filter
Clone URL: git://github.com/JackDanger/hacker_news.git
Search Repo:
hacker_news / README.markdown
100644 11 lines (8 sloc) 0.412 kb
1
2
3
4
5
6
7
8
9
10
11
# Hacker News
 
This tiny script is a scraper for http://news.ycombinator.com. It shows just how little Ruby is required to run a powerful web filter.
 
## What it be doin':
 
  * Fetches the YCombinator news page
  * HPricot's it into pieces
  * Builds an RSS feed
  * Uses `links` to parse the destination article page and include the main text inline
  * Runs as a stand-alone server thanks to Rack and Mongrel