readme
This commit is contained in:
parent
96bb8a1fb1
commit
07d8b0ea1d
25
config.json.example
Normal file
25
config.json.example
Normal 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
6
readme.md
Normal 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)
|
Loading…
Reference in New Issue
Block a user