From 07d8b0ea1d483ae2a9bf80f8d105595972219bed Mon Sep 17 00:00:00 2001 From: Tobias Date: Wed, 12 Aug 2020 18:53:31 +0200 Subject: [PATCH] readme --- config.json.example | 25 +++++++++++++++++++++++++ readme.md | 6 ++++++ 2 files changed, 31 insertions(+) create mode 100644 config.json.example create mode 100644 readme.md diff --git a/config.json.example b/config.json.example new file mode 100644 index 0000000..5c41a49 --- /dev/null +++ b/config.json.example @@ -0,0 +1,25 @@ +{ + "mappings": { + "1": { + "description": "Anki", + "id": "162748105", + "tags": [ + "Uni" + ] + }, + "8": { + "description": "Youtube", + "id": "162748032" + } + }, + "toggl": { + "settings": { + "token": "TOGGL-API-TOKEN", + "user_agent": "Toggl-Zei-Py", + "workspace_id": "WORKSPACE-ID" + } + }, + "zei": { + "mac": "c5:58:ed:89:90:ba" + } +} \ No newline at end of file diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..9bce90e --- /dev/null +++ b/readme.md @@ -0,0 +1,6 @@ +This project does provide an example of how one can link their Timeular-Zei directly to the TogglAPI, without using the Timeular premium tier service. + + +Contains a modified version of [TogglPy](https://github.com/matthewdowney/TogglPy) (TogglPy wasn't able to delete TimeEntries or to create running entries) + +Was made possible by [https://github.com/codingforfun/zeipy](https://github.com/codingforfun/zeipy) \ No newline at end of file