RSS reader
RSS reader is a command-line utility which receives RSS URL and prints results in human-readable format.
The source for this project is available here.
Installation
$ pip install rss-reader-polina-yudina
Usage
$ rss-reader (-h | --help)
Show help message and exit
$ rss-reader
Print rss feeds in human-readable format
$ rss-reader --version
Print version info
$ rss-reader --json
Print result as JSON in stdout
$ rss-reader.py --verbose
Outputs verbose status messages
$ rss-reader.py --limit LIMIT
Limit news topics, if this parameter provided
Utility provide the following interface:
usage: rss_reader.py [-h] [--version] [--json] [--verbose] [--limit LIMIT] source
Pure Python command-line RSS reader.
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 structure:
{
[
{
"feed_title": feed title,
"title": news title,
"summary": news content,
"date": news publication date,
"link": news link },
{
"feed_title": feed title,
"title": news title,
"summary": news content,
"date": news publication date,
"link": news link },
...
] }
Release files for rss-reader-p-y 2.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| rss_reader_p_y-2.1.tar.gz | 5.7 kB | Details |
Release files / rss_reader_p_y-2.1.tar.gz
| Download URL | rss_reader_p_y-2.1.tar.gz |
|---|---|
| Size | 5.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
56a4210f395546bc727df9839bf6f9f6030bb32f4fb8023729e015de7c8aa4c9
|
|
BLAKE2b-256 checksum How to use checksums |
dcaaa75ab9e3e7933d1aa52e5fa45c072646eab354b9001762e97f7174ef2991
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.8.3
|