This is a simple time tracker using Toggl as a backend and gitlab issues to additionally track time there.
Right after executing the script you'll get prompted to enter the following information:
- Gitlab url
- Gitlab Token
- Gitlab Project ID
- Gitlab Issue ID
- Toggl Token
- Toggl Workspace ID
- Toggl Project ID
TODO Formulate a use case
You need to have python3 installed. The script uses the following shebang.
!/usr/bin/python3
If your python3 installation isn't there execute the script like this:
python3 gitlab_toggl_tracker.py
This project is licensed under the MIT License - see the LICENSE.txt file for details