imm

Execute arbitrary actions for each unread element of RSS/Atom feeds

https://github.com/k0ral/imm

Version on this page:1.0.1.0
LTS Haskell 9.21:1.2.0.0@rev:1
Stackage Nightly 2017-07-25:1.2.0.0
Latest on Hackage:2.1.1.0

See all snapshots imm appears in

LicenseRef-OtherLicense licensed by kamaradclimber, koral
Maintained by koral
This version can be pinned in stack with:imm-1.0.1.0@sha256:6cce8cb893c743e7ac55e29820e461b3d5f5e4228669a6f45f6f2e97b06f9ab6,1784

imm

In a nutshell

imm is a tool that does only one thing: it retrieves a list of RSS/Atom feeds, and executes arbitrary actions for each of them (e.g. sending a mail).

Notably, imm makes it possible to use mail readers for feeds, for the sake of I-want-the-mutt-of-feed-readers zealots.

imm is written and configured in Haskell. To get started, please consult documentation of Imm.Boot module.

Informations about versions, dependencies, source repositories and contacts can be found in hackage.

Rationale

Following numerous RSS/Atom feeds needs organization and aggregation, which is usually accomplished through feed readers. Although there are a lot of those, some people still feel unsatisfied with the existing implementations.

The expected features of a feed reader could be defined as follows:

  • it retrieves a bunch of items that have some attributes: an author, a date/time, a (possibly enriched) body;
  • items can be sorted, categorized, marked as read/unread, tagged, shared/forwarded;
  • items must be available from anywhere on the internet.

Luckily, there’s already a widespread solution that provides such features: mail readers. Considering that, imm can project the RSS/Atom paradigm onto the mail one; this way, all the existing tools that work on mails can be leveraged to work on RSS/Atom feeds as well, no wheel reinventing.