/HackerNewsScraper

Work sample which scrapes articles from the front page of Hacker News and outputs an html file

Primary LanguagePython

Work sample demonstrating a webscraper which reads the frontpage of news.ycombinator.com and outputs an HTML table containing:

1. Rank
2. Title
3. Link
4. Points
5. Submitter

Written in Python 2.7, execute using:
pip install -r requirements.txt
python2 scraper.py