JackDanger / hacker_news
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
65adb49
commit 65adb49daed40bd7138798310780c2e51ba79d79
tree 4c5776c41663b32024260e1146c7480004d33757
parent 608ecff80b30320a09e3fbc8b1e87a06fbe549e2
tree 4c5776c41663b32024260e1146c7480004d33757
parent 608ecff80b30320a09e3fbc8b1e87a06fbe549e2
| name | age | message | |
|---|---|---|---|
| |
README.markdown | Thu Apr 10 11:59:19 -0700 2008 | |
| |
hackernews.rb | ||
| |
init.god | Mon Apr 21 14:05:29 -0700 2008 |
README.markdown
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
linksto parse the destination article page and include the main text inline - Runs as a stand-alone server thanks to Rack and Mongrel

