Python port of Tatsuhiko Miyagawas asana_digest with added features.
py-asana-digest is a command line application to fetch Asana tasks of the previous work day and send them to the appropriate chat room.
The following configurations has to be made in conf.py for the script to work:
ASANA_APIKEY
: API-Key for AsanaHIPCHAT_APIKEY
: API-Key for HipChatASANA_HIPCHAT
: Python dictionary including the Asana projects as keys and HipChat rooms as values
If you are having a hard time finding the IDs for Asana projects and HipChat rooms run:
python asana_hipchat_info.py
python asana_digest.py
Python 2.7
Frank Wickström
Embedded Systems Laboratory at Åbo Akademi University
GPLv3 (more info in the LICENCE file)