Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Wouter Horlings a0de3c9df2 added function that opens all tasks without notes před 6 roky
systemd_timer_files added a command to reload the systemd daemon před 6 roky
.gitignore updated gitignore před 6 roky
Doxyfile Added configuration for doxyfile před 6 roky
README.md updated the Readme před 6 roky
myTodoist.py added function that opens all tasks without notes před 6 roky
requirements.txt Added classes for Todoistapi, simple main(), and package requirements před 6 roky
setup.sh Created a bash script that instantiates the venv with python3 před 6 roky
taskcheck.py added function that opens all tasks without notes před 6 roky

README.md

Master Assignement Monitoring

To monitor my progress of my master assignment I add daily tasks in Todoist. The progress of the tasks is monitored with notes attached to that task. Via their API, the python script will currently check for:

  • Atleast 3 tasks planned for today.
  • If every closed task has notes attached to it.
  • How many tasks are over due. If one of the tasks fail it will send out a desktop notification.

Notification

The notifications are send via a Gio-library for python: GIO-2.0

Systemd timer

To run the check regularly. The python command is executed reqularly via a service. See the systemd_timer_files-directory for more information.

API-key

There is no API-key in this repository, offcourse. You will have to add your own. The script tries to open the “apikey” file with the key in it.