TheYoke

description

TheYoke is an ultra-simple, polite RSS aggregrator designed for use on the UNIX command line.

Features:

installation

  1. Install the required perl modules (available from CPAN):
    • libwww-perl
    • HTML::Parser
    • URI
    • XML::RSS
    • Digest::MD5
    • Encode
  2. Download the source below, renaming to "theyoke".
  3. Make it executable: chmod 755 theyoke.
  4. Run with ./theyoke to create the configuration files and directories.
  5. Add your RSS feed URLs to "~/.theyoke/feeds".
  6. Every subsequent execution will display new items in the list of feeds.

source

latest stable source

disclaimer

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.