Skip to content

A simple python application with GUI for toggl and tidig data exchange!

Notifications You must be signed in to change notification settings

OfficialAudite/tidig-sync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TIDIGTOGGLE Sync Tool

This tool is designed to export time tracking data from Toggl and format it for import into TIDIG, a time tracking and management tool used by Consid.

Web version of this tool

You can find the web version of this tool here: tidig-sync-web

Features

  • Retrieve time entries from Toggl API
  • Process data to match TIDIG import format
  • Generate a CSV file ready for TIDIG import

Installation

Before running this script, ensure you have Python installed on your system. This script was written in Python 3.12, and compatibility with previous versions is not guaranteed.

Set up the environment

  1. Clone the repository (or download the ZIP):

    git clone https://github.com/OfficialAudite/tidig-sync.git
    cd tidig-sync
  2. Install the required dependencies:

    pip install -r requirements.txt
  3. Run the main script:

    python main.py

This command will start the script. Follow the on-screen prompts in the application to enter your Toggl credentials and retrieve the time tracking data. After setting up the environment and running the script, follow any additional usage instructions provided within the application itself.

Toggl example

example

Disclaimer

This tool is not affiliated with Toggl or Tidig or Consid and has been created for convenience. Please ensure you have the right to export and manipulate the data as this tool facilitates.

About

A simple python application with GUI for toggl and tidig data exchange!

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages