Lee feeds RSS con GMail
Monday, August 22nd, 2005 a las 00:43 por Cek
GMailRSS es un lector de feeds que usa GMail como front-end.
El programita en cuestión son 4 scripts escritos en perl:
# rss2mail.pl : Main script that fetches RSS feeds and emails them to your email address.
# rss-diff.pl : Diff RSS feeds to detect new stories and remove duplicates.
# Mail::Webmail::Gmail.pm : I modified this a little to allow html emails.
# Optional:* smtp-client.pl : A command line smtp-client to email the RSS items. Developed by Michal Ludvid. I made some minor changes to put in a check for authentication.
* imap-client.pl : A command line imap-client to authenticate with an IMAP server. Some SMTP relays (like mine) require you to first access your IMAP mailbox.# update.sh : Wrapper script - you can fill in your address and stuff here, and call this script instead of having to call rss2mail.pl.
Podéis descargar los scripts de este enlace
Los módulos perl requeridos son los siguientes:
Getopt::Long
XML::RSS
Crypt::SSLeayIf you use the smtp-client.pl and imap-client.pl, you will also need:
Mail::IMAPClient
Data::Dumper
IO::Socket::INET
IO::Socket::SSL
Net::SSLeayDigest::HMAC_MD5
MIME::Base64
Term::ReadKeyperl -M
-e 1
will show whether you have the module or not.
Una frikada más para los amantes del webmail más famoso del mundo y de las bitácoras ![]()
¡Buen provecho!
Permalink
6 Comentarios »
Almacenado en: 
