birthday reminders, vCard to e-mail
Posted by on August 16, 2010
A couple of months ago I wrote a Python script which parses my vCard address book and reminds me about upcoming birthdays. Given that it has worked well for me I figured I would share it with the rest of you.
I have not added any e-mail capabilities to the script, as I find it cleaner to simply let cron pass along the output. For more information, see the README file.
(The actual vCard parsing is handled by the Python vobject library.)