Skip to content

In this project, I have created a Python script that visits the hackernews page and scraps all the top articles along with their headings and links as well as votes count and saves it to a csv file.

Notifications You must be signed in to change notification settings

Vikranttyagi95/Hackernews-Scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hacker News Top articles Scraper

  • In this project, I have created a python script which scrapes the data from the hacker news home page.
  • The script scrapes the data off the first 2 pages of the Hacker news home page about the best articles which have more than 100 votes.
  • The data which is scraped and later stored in a csv contains columns for 'Title', 'Links' and 'Votes' for the no of votes.

Libraries used

  • requests
  • BeautifulSoup4
  • pandas
  • pprint

About

In this project, I have created a Python script that visits the hackernews page and scraps all the top articles along with their headings and links as well as votes count and saves it to a csv file.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages