mysides/README.md
thecookingsenpai c683a0ac6e Features added
2024-01-13 00:35:13 +01:00

39 lines
1.2 KiB
Markdown

# MySides
Your reliable, unbiased news scraper.
## The Archive
I maintain a daily updated (if I use this software) archive section. This is made by just running the software daily and uploading the archive folder.
## Disclaimer
MySides is a personal tool designed to scrape news from APNews. Please note that all material downloaded, used, and reworked by this software is the property of APNews. This tool aims to provide a quick overview of daily news. For more information, please refer to the APNews Terms of Service.
## Work In Progress
MySides is currently being extended to support multiple sites.
Stay tuned.
## TLDR
MySides scrapes the latest news from APNews and uses Perplexity AI APIs to summarize them into a concise, single-page format.
## Perplexity AI?
In my experience, Perplexity AI offers more competitive API pricing than OpenAI. If you're a premium user, you'll receive $5 per month in API credits, which is more than sufficient to run this program daily.
## Install
git clone https://github.com/tcsenpai/mysides
cd mysides
chmod +x install.sh && ./install.sh
## Run
python main.py
## Read
Check out ap.html for the latest summary. The reports are saved into archive/ by default.