You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

rss-reader-by-Coromilly

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rss-reader-by-Coromilly

Pure Python command-line RSS reader

2.21
pipPyPI
Maintainers
1

#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
        ]
    }
}

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts