No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
Wouter Horlings 9bc22c2e92 updated the Readme hace 6 años
systemd_timer_files added a command to reload the systemd daemon hace 6 años
.gitignore updated gitignore hace 6 años
Doxyfile Added configuration for doxyfile hace 6 años
README.md updated the Readme hace 6 años
myTodoist.py updated the notification message and added more documentation hace 6 años
requirements.txt Added classes for Todoistapi, simple main(), and package requirements hace 6 años
setup.sh Created a bash script that instantiates the venv with python3 hace 6 años
taskcheck.py Added classes for Todoistapi, simple main(), and package requirements hace 6 años

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.