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