Skip to content

Instantly share code, notes, and snippets.

View anshajk's full-sized avatar
🎯
Focusing

Anshaj Khare anshajk

🎯
Focusing
View GitHub Profile
@anshajk
anshajk / clockify_report.py
Created January 7, 2022 12:59
Clockify Weekly Report REST API abstraction in python
import datetime as dt
import json
import logging
import os
from typing import Dict, Tuple
import requests
BASE_API = "https://reports.api.clockify.me/v1"
PREP_PROJECT_ID = "<can-enter-it-here>"