brettguenther / hn-summary

A simple interface to get a summary of a Hackernews thread.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HackerNews Summarizer

Cohere and Streamlit for a simple interface to get a summary of a Hackernews thread.

Example output

Usage

  1. Get an API key from Cohere
  2. Find a hacker news page of interest and copy the url. It should be of the form https://news.ycombinator.com/item?id={item.id}
  3. pip install requirements.txt
  4. Run the streamlit app and input the url and api key.

streamlit run cohere_hacker_news_summary.py

About

A simple interface to get a summary of a Hackernews thread.


Languages

Language:Python 100.0%