Skip to content

This is a python code which will fetch the details of news from hackernews website(first two pages). It provide you with the title, link and votes(points)

Notifications You must be signed in to change notification settings

Sudhip007/Get-the-HackerNews-Title-and-vote-higher-than-100-along-with-links

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Get-the-HackerNews-Title-and-vote-higher-than-100-along-with-links

This is a python code which will fetch the details of news from hackernews website(first two pages). It provide you with the title, link and votes(points) in a sorted order(higher points to lower points)

So, with help of this code you can fetch news(hackernews) daily morning by runing the python file.

All you need to is to run the code in a python shell or any python editor. Make sure that you have installed BeautifulSoup and Requests libraries.

run the following commands one by one to install those libraries. pip install BeautifulSoup4

pip install requests

Thank You. Have a good day.

About

This is a python code which will fetch the details of news from hackernews website(first two pages). It provide you with the title, link and votes(points)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages