资 源 简 介
Command-line tool for tailing(following) and concatenating Atom and RSS feeds
Install by doing:
pip install catfeed
catfeed -h:
```
usage: catfeed [-h] [-f] [-b N] [-B N] [-n N] [-p N] [-i SECONDS] [--pdb] [-s][-o FILE]
...
Concatenates Atom and RSS feeds. Version 0.6
positional arguments:
feed_urls
optional arguments:
-h, --help show this help message and exit
-f, --follow Follow the feeds by polling in intervals
-b N, --backlog N Number of already existing items to include per feed
-B N, --backlog-total N
Number of already existing items to include totally
-n N, --new-items N Maximum number of new items to include before
stopping.
-p N, --poll-times N Maximum number of times to poll
-i SECONDS, --interval SECONDS
Interval in seconds between polls. Default: 600
--pdb Puts you in pdb mode if any exceptions are raised.
-s, --summary Print summary on exit.
-o FILE, --output FILE
Output file