/HN.py

A Hacker News scraping python module

Primary LanguagePython

#An example:

from HN import HN as news

x = news.HackerNews()
for item in x.titles:
	print repr(item.title) + '\t' + item.points