jackabald / NuancedNews

NuancedNews is a web appilcation that aggregates news stories from multiple sources to provide a well-rounded perspective on current events.
MIT License
5 stars 12 forks source link
ai good-first-issue open-source python react

Nuanced News

Nuanced News is a web application that curates current news stories from various sources across the web. It highlights left-leaning and right-leaning bias and enables readers to gain a comprehensive and balanced understanding of the WHOLE story.

NN is open to contributors! Please star the repository if this interests you!

Features

How it Works

Large news publications post their .rss files, which are XML files that contain the latest news articles from the publication. The Nuanced News app fetches these .rss files from various sources, parses the XML to extract article information, and categorizes the articles based on their source's political bias.

Technologies Used

Installation and Setup

1. Clone the repository

git clone https://github.com/jackabald/NuancedNews.git
cd NuancedNews

2. Backend Setup