Skip to content

A Timetracker which tracks time using toggl and enters the tracked time into a gitlab issue

License

Notifications You must be signed in to change notification settings

Rakagami/toggl-gitlab-crosstracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Toggl-Gitlab Crosstracker

license

This is a simple time tracker using Toggl as a backend and gitlab issues to additionally track time there.

Getting Started

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

Python 3

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

License

This project is licensed under the MIT License - see the LICENSE.txt file for details

About

A Timetracker which tracks time using toggl and enters the tracked time into a gitlab issue

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages