petronny / rssdrop

A Perl script to deliver rss feeds to Maildir

Home Page:http://search.cpan.org/~acg/rssdrop/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rssdrop

rssdrop - deliver rss feeds to Maildirs.

Please reply to this issue to report the feeds that making bugs.

Bugs fixed & Enhancements

  • Fixed initialization bugs
  • HTTPS support
  • Locale independence
  • Fits more feeds
  • Avoid being forbidden by browser signature

EXAMPLES

Initialize rssdrop

$ rssdrop --mailfolder path/to/mailfolder

Subscribe to a new feed

$ rssdrop -a acme-widgets http://acme.com/widgets.rss

Fetch items in your new feed

$ rssdrop acme-widgets

Unsubscribe

$ rssdrop -d acme-widgets

Fetch all new items in all feeds

$ rssdrop

Dependencies

Archlinux

  • perl-xml-simple
  • perl-date-manip
  • perl-lwp-protocol-https: For HTTPS support.

Now works fine with

About

A Perl script to deliver rss feeds to Maildir

http://search.cpan.org/~acg/rssdrop/


Languages

Language:Perl 100.0%