/hacker_news_reader

A simple program to read news from Hacker News

Primary LanguagePython

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

🌹🌹