Give people a general feel of a stock's performance
- Make a faster decision to invest
- No need to read a bunch of articles
- No need to sift through social media
- Go
- Metaphor API
- SMMRY API
- Google Cloud Natural Language API
- Get today's sentiment for any stonk
- Install Go
- Get Metaphor API key
- Get Smmry API key
- Setup GCP
- Populate keys in
.env - Run
go run main.go
- Configure number of sources
- Sophisticated summary API
- Support for relevant sites (like Reddit, CNBC, Bloomberg)
- Site cleaning (we don't want "Top 10s" articles)
- Bypass paywall
- Summary for any stonk
- Input by company name
- Website App (preferred, but would have exceeded API usage)
- Filtered by date
- Today
- Last Week
- Last Month
- Last 3 Months
- Last Year
- Filtered by industry
- Colored by price fluctuations
- Add cryptocurrency

