Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
Wouter Horlings d860d0483e Blijkbaar bestond er nog wel een notitie maar zat er geen item meer bij? pirms 5 gadiem
systemd_timer_files added a script that adds files after the computer has been started pirms 6 gadiem
.gitignore added journal link to .gitignore pirms 6 gadiem
Doxyfile Added configuration for doxyfile pirms 6 gadiem
LICENSE Add LICENSE pirms 6 gadiem
README.md updated the Readme pirms 6 gadiem
createfile.py added a script that adds files after the computer has been started pirms 6 gadiem
logcheck.py Updated logcheck script, it returns 1 if their are logs missing pirms 6 gadiem
myTodoist.py Blijkbaar bestond er nog wel een notitie maar zat er geen item meer bij? pirms 5 gadiem
requirements.txt Added classes for Todoistapi, simple main(), and package requirements pirms 6 gadiem
setup.sh Created a bash script that instantiates the venv with python3 pirms 6 gadiem
taskcheck.py added a check if log files are up to date pirms 6 gadiem

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.