mirror of
https://github.com/tcsenpai/mysides.git
synced 2025-06-06 02:55:21 +00:00
29 lines
892 B
Markdown
29 lines
892 B
Markdown
# MySides
|
|
|
|
Your trustworthy unbiased news scraper.
|
|
|
|
## Disclaimer
|
|
|
|
This tool is made for personal use, and should be used carefully. Being a scraper for [AllSides](https://allsides.com), all the material downloaded, used and reworked by this software is property of AllSides.
|
|
|
|
This tool is intended to be used to quickly grasp an overview of the daily news.
|
|
Please check AllSides ToS for more information.
|
|
|
|
## TLDR
|
|
|
|
MySides scrape AllSides for the latest news and uses Perplexity AI APIs to summarize them in a nice, single page.
|
|
|
|
## Perplexity AI?
|
|
|
|
Personally, I find their API pricing way better than OpenAI ones. If you are a premium user, you get also 5$ per month of credits for the APIs which is more than enough 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
|