You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Wouter Horlings e5e35fabe0 een aantal excepties toegevoegd voor missende bestanden en blijkbaar missende taken пре 5 година
systemd_timer_files added a script that adds files after the computer has been started пре 6 година
.gitignore added journal link to .gitignore пре 6 година
Doxyfile Added configuration for doxyfile пре 6 година
LICENSE Add LICENSE пре 6 година
README.md updated the Readme пре 6 година
createfile.py een aantal excepties toegevoegd voor missende bestanden en blijkbaar missende taken пре 5 година
logcheck.py Updated logcheck script, it returns 1 if their are logs missing пре 6 година
myTodoist.py een aantal excepties toegevoegd voor missende bestanden en blijkbaar missende taken пре 5 година
requirements.txt Added classes for Todoistapi, simple main(), and package requirements пре 6 година
setup.sh Created a bash script that instantiates the venv with python3 пре 6 година
taskcheck.py een aantal excepties toegevoegd voor missende bestanden en blijkbaar missende taken пре 5 година

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.