소스 검색

updated the Readme

master
Wouter Horlings 6 년 전
부모
커밋
9bc22c2e92
1개의 변경된 파일20개의 추가작업 그리고 1개의 파일을 삭제
  1. +20
    -1
      README.md

+ 20
- 1
README.md 파일 보기

@@ -1,3 +1,22 @@
# This is a project that monitors the progress of my assignment
# Master Assignement Monitoring
To monitor my progress of my master assignment I add daily tasks in [Todoist](https://www.todoist.com).
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](https://lazka.github.io/pgi-docs/#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. 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. You will have to add your own. The script tries to open the "apikey" file with the key in it.

불러오는 중...
취소
저장