You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

auto-clockify

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

auto-clockify

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


Maintainers
1

Readme

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"
}

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc