Skip to main content

Pure Python command-line RSS reader

Project description

#RSS reader

##Command-line utility which receives RSS URL and prints results in human-readable format.

###Usage example: python rss_reader.py example_sourse [-h] [--version] [--json] [--verbose] [--limit LIMIT]

positional arguments: source RSS URL

optional arguments:

-h, --help show this help message and exit

--version Print version info

--json Print result as JSON in stdout

--verbose Outputs verbose status messages

--limit LIMIT Limit news topics if this parameter provided

###JSON output structure example:

{
    some_feed: {
        'Title': some_title,
        'Publication Date': some_date,
        'Link': some_link,
        'Content': [
            some_content
        ]
    }
}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rss_reader_by_Coromilly-2.21.tar.gz (5.8 kB view hashes)

Uploaded Source

Built Distribution

rss_reader_by_Coromilly-2.21-py3-none-any.whl (7.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page