An RSS feed monitor mimicking tail -f
Project description
chakula is a Python library and command-line rss feed monitor with behavior similar to tail -f. chakula is based off of rsstail.py, but can be used as a library to call a custom function each time new entries appear in the feed.
Usage
$ chakula --help positional arguments: urls The urls to tail (default: reads from stdin). optional arguments: -h, --help show this help message and exit -i INTERVAL, --interval INTERVAL Number of seconds between polling (default: 300s). -N ITERATIONS, --iterations ITERATIONS Number of times to poll before quiting (default: inf). -I INITIAL, --initial INITIAL Number of entries to show (default: all) -n DATE, --newer DATE Date by which entries should be newer than -s FIELD, --show FIELD Entry field to display (default: title). -t FORMAT, --time-format FORMAT The date/time format (default: 'YYYY/MM/DD HH:MM:SS'). -F FORMAT, --format FORMAT The output format (overrides other format options). -c CACHE, --cache CACHE File path to store feed information across multiple runs. -r, --reverse Show entries in reverse order. -f, --fail Exit on error. -u, --unique Skip duplicate entries. -H, --heading Show field headings. -v, --version Show version and exit. -V, --verbose Increase output verbosity. Format specifiers must have one the following forms: %(placeholder)[flags]s {placeholder:flags} Examples: chakula <url> echo '<url>' | chakula --reverse chakula -s pubdate -s title -s author <url1> <url2> <url3> chakula --interval 60s --newer "2011/12/20 23:50:12" <url> chakula --format '%(timestamp)-30s %(title)s\n' <url> chakula --format '%(title)s was written on %(pubdate)s\n' <url> chakula --format '{timestamp:<30} {title} {author}\n' <url> chakula --format '{timestamp:<20} {pubdate:^30} {author:>30}\n' <url> chakula --time-format '%Y/%m/%d %H:%M:%S' <url> chakula --time-format 'Day of the year: %j Month: %b' <url> Useful flags in this context are: %(placeholder)-10s - left align and pad %(placeholder)10s - right align and pad {placeholder:<10} - left align and pad {placeholder:>10} - right align and pad {placeholder:^10} - center align and pad Available fields: author, comments, created, desc, description, expired, id, link, pubdate, timestamp, title, updated, url
Installing
The latest stable version of chakula can be installed from pypi:
$ pip install chakula
Similar projects
License
chakula is released under the terms of the Revised BSD License.
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
chakula-0.8.0.tar.gz
(27.4 kB
view details)
Built Distribution
chakula-0.8.0-py3-none-any.whl
(12.6 kB
view details)
File details
Details for the file chakula-0.8.0.tar.gz
.
File metadata
- Download URL: chakula-0.8.0.tar.gz
- Upload date:
- Size: 27.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6c6f9a3c8427dfa7990ffbcbd7cdcdbaefd1ab9ca2592f7dbb695b588f70b9b3 |
|
MD5 | ae7edc6c790ecbc72df2e720716dbe11 |
|
BLAKE2b-256 | ee71cda271f7214270d455341f502fd4083248afec444c37c60c31d1eea7dc9c |
File details
Details for the file chakula-0.8.0-py3-none-any.whl
.
File metadata
- Download URL: chakula-0.8.0-py3-none-any.whl
- Upload date:
- Size: 12.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 608c022856abe1c708af1ee1ad924b3d0ee44ce5d704a9c88fb7de465e05373e |
|
MD5 | 59323ccfd65f10a355e201c845fa2041 |
|
BLAKE2b-256 | 405f4257993b1ce6ba61bf7750519db55b8ec483f9aa4f859789216dabe0c0ad |