RSS Reader is a CLI tool designed to fetch and display RSS feed content in a user-friendly format. It allows users to parse RSS feeds and display the results in either plain text or JSON format.
usage: rss_reader [-h] [--json] [--limit LIMIT] [source]
Python command-line RSS reader.
positional arguments:
source RSS URL
options:
-h, --help show this help message and exit
--json Print result as JSON in stdout
--limit LIMIT Limit news topics if this parameter provided