~mrms/mmre

RSS to email daemon

18fb4c9 Change exit behavior

~mrms pushed to ~mrms/mmre git

1 year, 1 month ago

3ff7a2c Improve makefile

~mrms pushed to ~mrms/mmre git

1 year, 1 month ago

#MMRE - an RSS to email daemon

MMRE is a daemon that periodically checks RSS (or Atom) feeds and sends new posts to email using SMTP. It has support for multiple users.

#install instructions

You need to install libcurl-dev and libxml2-dev.

  1. clone this repository with the --recursive flag.
  2. run make install with the appropriate privileges.

#contributing

I'm happy to take contributions through the mailing list. Please format C source using clang-format. For source code documentation, see internal.md.

#configuration

See mmre(5)

#command line flags

See mmre(1)

#license

See LICENSE in the repo root.