This commit is contained in:
Tobias 2020-08-12 18:53:31 +02:00
parent 96bb8a1fb1
commit 07d8b0ea1d
2 changed files with 31 additions and 0 deletions

25
config.json.example Normal file
View File

@ -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"
}
}

6
readme.md Normal file
View File

@ -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)