Skip to main content

Automation code snipplets to start and stop Clockify via API calls.

Project description

AutoClockify

This is a simple python command line utility with which you can automate calling the Clockify API to start and stop the timer.

Usage

Start the timer:

auto_clockify --config=/path/to/config.json start

Stop the timer:

auto_clockify --config=/path/to/config.json stop

Configuration

The minimum configuration information you must supply in the JSON formatted configuration file is:

{
  "base_url": "https://api.clockify.me/api/v1",
  "api_key": "_your_api_key",
  "user_id": "_your_user_id",
  "workspace_id": "_your_worspace_id"
}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

auto-clockify-0.0.6.tar.gz (3.1 kB view hashes)

Uploaded Source

Built Distribution

auto_clockify-0.0.6-py3-none-any.whl (5.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page