Skip to content

bhcastleton/toggl_api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Toggl

Code style: black

This library helps get and wrangle data from the toggl API.

Installation

  1. Clone repo
  2. from the repo root directory run make install

Use

You will need to either have a config.yml file with your toggl credentials or pass them at runtime.

Currently this pacakge works with only a single workspace. If you have more than one you'll need to specify that in the config file or at runtime.

Config File Template

Create a file called config.yml

email: "you@yourdomain.com"
toggl_api_key: "super_secret_toggl_api_key"
workspace_id: 12345

About

python toggl datawrangling

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.4%
  • Makefile 4.6%