Skip to content
This repository has been archived by the owner on Dec 3, 2021. It is now read-only.
/ pyTogglTimes Public archive

πŸπŸ“… Simple Python3 program to insert times from a dict to Toggl.

Notifications You must be signed in to change notification settings

duckduckdroid/pyTogglTimes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

15 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

pyToggleTimes πŸπŸ“…

Quick Start

  1. Create a python3 virtual environment virtualenv .env -p python3 use pip install virtualenv if you dont have virtualenv avalible, make sure that you're paths are setup properly
  2. Enter environment source .env/bin/activate or .env/Scripts/activate.ps1 on windows
  3. Install packages pip install -e .
  4. create a config from the sample config cp SAMPLE_CONFIG.ini CONFIG.ini
  5. update the CONFIG.ini with your
    • toggl api key
    • timezone
    • toggl work_id
    • toggl project id's
  6. add times to times.json
  7. Once you are happy run python ./main.py
  8. Sit back, relax and enjoy the magic πŸŽ†πŸŽ‡

Extra Info

  • Developed using this doc: Toggl API
  • Uses Python3 and the request package
  • Does not support tagging currenty

About

πŸπŸ“… Simple Python3 program to insert times from a dict to Toggl.

Topics

Resources

Stars

Watchers

Forks

Languages