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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file rss_reader_by_Coromilly-2.21.tar.gz
.
File metadata
- Download URL: rss_reader_by_Coromilly-2.21.tar.gz
- Upload date:
- Size: 5.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.1 CPython/3.8.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
2df9582f89fecdc4da5289f8e9bfe414e7671ea956175ae264e374cf5e818bce
|
|
MD5 |
ae9cb0d215c901c734da25c2e35d46df
|
|
BLAKE2b-256 |
5c46fd7c3b4997782b6ce7b5f368a91425341475c67c10cd05b80156deb67466
|
File details
Details for the file rss_reader_by_Coromilly-2.21-py3-none-any.whl
.
File metadata
- Download URL: rss_reader_by_Coromilly-2.21-py3-none-any.whl
- Upload date:
- Size: 7.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.1 CPython/3.8.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
d2ccef6d02f7b011c3530247191fc54fd65ea6fe51bee966b75eb3c9e528dc2a
|
|
MD5 |
8e89c3befa24f5c9be31eb177194af43
|
|
BLAKE2b-256 |
583101bdc237d90301e7bea237efd0bf4677f6bb46235f70645a6c4dc38ed16d
|