RSS feed aggregator written in python with a little analytical twist.
- Aggregate feeds from multiple sources
- Pre-process feeds by specifying stopwords in titles
- Plot basic text-analytics from the articles summary, titles and sources
- Customize look and settings via .toml
- Runs as a web-app (flask)
- Install dependecies
pip install -r requirements.txt
- Customize config.toml
- Run app.py
- Expand the analytics (insights) from data with more functions/graphs
- Dump data to a db for further analysis
- Compile it as a standalone app and provide binaries for win/linux
- Enhance ux/ui