====== Sending daily digest emails from Wunderlist ====== For some time, I am using [[https://www.wunderlist.com/|Wunderlist]] as my to-do task manager (yup, I am surfing on GTD wave now). In some aspects, it is superior to its biggest competitor, [[https://todoist.com/|Todoist]] (at least it has notifications for free and cleaner design). One feature I am missing the most is some kind of automatic daily digest sent to my email address every morning (and evening). Fortunately, they have published their [[https://developer.wunderlist.com/|API]] some time ago. This allows 3rd party application to access and manage the whole content of user's profile. I wrote simple script which grabs all unfinished tasks via API and sends an email with daily overview. I call it [[https://bitbucket.org/mthu/wudd|Wudd]]. I do not offer it as a service (yet?) so everyone has to deploy it on their own machine (See README file). {{ :blog:wudd.png?400 |}} Main features: * 3 sections: Today tasks, unsorted (inbox) tasks without a date, tasks to be finished in 7 days. Generic definition structure allows to add another sections easily. * Both HTML and plaintext version for people who remember 90's. * Quick summary in subject. * Currently it uses Czech locale but it's easy to modify it (few strings only). I18n not supported yet. * Sends email via local SMTP (authorization & SSL support not supported yet). Visit my [[https://bitbucket.org/mthu/wudd|Bitbucket repo]] to download Wudd. Also, you can [[https://bitbucket.org/mthu/wudd/issues|post issues there]]. Enjoy!