Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Wouter Horlings b40f30fd5b added a script that adds files after the computer has been started 6 anos atrás
systemd_timer_files added a script that adds files after the computer has been started 6 anos atrás
.gitignore updated gitignore 6 anos atrás
Doxyfile Added configuration for doxyfile 6 anos atrás
LICENSE Add LICENSE 6 anos atrás
README.md updated the Readme 6 anos atrás
createfile.py added a script that adds files after the computer has been started 6 anos atrás
logcheck.py added a check if log files are up to date 6 anos atrás
myTodoist.py fixed the documentation for the python script 6 anos atrás
requirements.txt Added classes for Todoistapi, simple main(), and package requirements 6 anos atrás
setup.sh Created a bash script that instantiates the venv with python3 6 anos atrás
taskcheck.py added a check if log files are up to date 6 anos atrás

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.