Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 694 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 694 Bytes

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: "[email protected]"
toggl_api_key: "super_secret_toggl_api_key"
workspace_id: 12345