Skip to content

ogel4s/hacker_news_reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

hacker_news_reader

A simple program to read news from Hacker News

This tool initially takes the news links of all the pages and finally starts displaying the news and extracting them in parallel.

It highlights important keywords.

If needed, you can set the summarize value to True to receive the news text in a summarized form.

Usage

pip install -r requirements.txt
python HN.py

🌹🌹