Skip to content

akovacs/HackerNewsScraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages