You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
5 months ago | |
---|---|---|
.gitignore | 1 year ago | |
LICENSE | 1 year ago | |
Makefile | 5 months ago | |
README | 7 months ago | |
config.mk | 7 months ago | |
fetch.c | 7 months ago | |
fetch.h | 10 months ago | |
hash.c | 1 year ago | |
hash.h | 1 year ago | |
main.c | 7 months ago | |
parse.c | 7 months ago | |
parse.h | 7 months ago | |
rssdl.1 | 5 months ago | |
save.c | 7 months ago | |
save.h | 7 months ago | |
yxml.c | 7 months ago | |
yxml.h | 1 year ago |
README
rssdl
=====
Simple RSS/Atom feed downloader that saves items in a Maildir that can be read
with a MUA that supports Maildirs like (neo)mutt or aerc.
License
-------
rssdl itself is licensed under the ISC license while yxml.{c,h} are under MIT
from Yoran Heling.
Dependencies
------------
- C99 compatible compiler
- POSIX-compliant libc
- a way to pipe the feed data to rssdl
Usage
-----
curl rss_or_atom_url | ./rssdl maildir
./rssdl maildir <feed.rss