This library helps get and wrangle data from the toggl API.
- Clone repo
- from the repo root directory run
make install
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.
Create a file called config.yml
email: "you@yourdomain.com"
toggl_api_key: "super_secret_toggl_api_key"
workspace_id: 12345