Greetings, fellow news nerds! Welcome to the NewsNerd HackerBot, your ultimate companion for hacking into the latest tech scoops on Hacker News! 🕵️♂️💬
Right now, NewsNerd HackerBot is able to:
- Get you the top, best, new, best, ask, show, and job stories of Hacker News.
- Filter the stories by any keyword/keywords you want (e.g.,
Give me 20 stories about Sam Altman and OpenAI
). - Extract the comments from a story. You can use this to evaluate the general sentiment of the story.
- Read blogs/articles linked to a story in order to reason about them.
If you want to see them in action, check the examples down below! 👇👇👇
Fetching top stories related to a topic
Conducting sentiment analysis on comments
Reading the linked article for additional insights
The application is available in Streamlit Cloud (https://newsnerdhackerbot.streamlit.app/), but if you want to run it locally, just follow these steps 😊
-
Install dependencies:
pip install -r requirements.txt
-
Run Streamlit application:
streamlit run newsnerd_hackerbot.py