Skip to content

mthu/wudd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

Wudd - Daily email digest script for Wunderlist

  • Sends daily digest based on user's task stored on Wunderlist, using their public API
  • Author: Martin Plicka https://mplicka.cz/

TODOs

  • Currently it sends Czech emails but it's easy to modify. Localization may be available in future.
  • Code is ugly.

Prerequisites

  • Running system with Python, some libraries and internet access
  • Wunderlist account
  • Email account :-)

How to start

  • Download this repository.
  • Install dependencies (currently httplib2 only I think).
  • Rename config.ini.example to config.ini and fill mandatory values.
  • To obtain client_id and access_token, see section below.
  • Try to run.

How to obtain API keys

User crontab example

0 7,19 * * * /home/joe/wudd/email_digest.py

Sends email every day at 7AM and 7PM

About

Wudd - Daily email digest for Wunderlist

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages