mirror of
https://github.com/tcsenpai/mysides.git
synced 2025-06-06 02:55:21 +00:00
35 lines
1.1 KiB
Markdown
35 lines
1.1 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.
|
|
|
|
|
|
## 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.
|