/clockify-qbs-integration

a simple code to integrate clockify w/ quickbooks online

Primary LanguagePythonGNU General Public License v2.0GPL-2.0

Clockify and Quickbooks Online Integration

This repo is created to document an integration between QBO and [Clockify] (https://clockify.me/) using QBO python SDK and Clockify REST API. As a self-employed, I would like to use Clockify to track my projects' time, and QBO to track expenses, accounting and invoices. Below are integrations I am working on:

  • Query billable hours and projects from Clockify via GET, use them to POST invoices in QB (In-progress).

OAuth2.0 qbs and authentication access code

To setup your OAuth2.0 w/ QBO client use the following guide.