Home > TechStuff > RSS Action Daemon 0.2

RSS Action Daemon 0.2

August 10th, 2011 Leave a comment Go to comments

I recently had some use for a program that could download a RSS and then notify me over SMS if there were any new entries. I could not find anything useful on the internets except rssdler – but that one is just geared towards content download as far I could see.

So I remembered an old script I made back in 2005. After ironing out some bugs I got it working again :)

Without further ado: RSS Action Daemon 0.2

Categories: TechStuff Tags:
  1. Are Pedersen
    August 15th, 2011 at 20:23 | #1

    Could you have used http://flexget.com/ maybe?

  2. August 15th, 2011 at 22:19 | #2

    @Are: Nice tip, need to look into that one. Can’t see a way for flexget to do shell commands, but since it’s Python I might write a plugin for it ;)