This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Jack Danger Canty (author)
Mon Apr 21 14:18:06 -0700 2008
commit bdfaf91fbc087c36e0dea0a6fbc430634ddcaa6a
tree c8fa362ddbd15d9d2e36fe7d105f0832d959dcf5
parent 65adb49daed40bd7138798310780c2e51ba79d79
tree c8fa362ddbd15d9d2e36fe7d105f0832d959dcf5
parent 65adb49daed40bd7138798310780c2e51ba79d79
| name | age | message | |
|---|---|---|---|
| |
README.markdown | Thu Apr 10 11:59:19 -0700 2008 | [Jack Danger Canty] |
| |
hackernews.rb | Mon Apr 21 14:18:06 -0700 2008 | [Jack Danger Canty] |
| |
init.god | Mon Apr 21 14:05:29 -0700 2008 | [Jack Danger Canty] |
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




