Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 432 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 432 Bytes

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

🌹🌹