Simple RSS/Atom feed reader built with:
- Python
- FeedParser - a Python module for downloading and parsing syndicated feeds
- asyncio - a Python library to write concurrent code using the
async/awaitsyntax - Yattag - a Python library for generating HTML or XML in a Pythonic way
Multiple RSS/Atom feeds are retrieved and parsed concurrently. The resulting feed items are written to an HTML file for viewing.