Clockify Reporting Tools is a collection of specialized command-line utilities designed to automate the extraction and reporting of time-tracking data from Clockify. Each tool in this repository focuses on a distinct reporting format, offering tailored solutions for creating reports in Excel, Google Sheets, or both.
This repository contains three independent tools, each targeting a specific type of reporting need:
- Excelify: Generate detailed Excel reports from Clockify data. Excelify README
- Reportify: Create flexible reports in both Excel and Google Sheets formats. Reportify README
- Sheetify: Directly generate and update Google Sheets with Clockify data. Sheetify README
Each tool operates independently, with its own configuration and setup instructions, found in their respective directories.
.
├── excelify/ # Excel-focused reporting tool
├── reportify/ # Dual-purpose reporting tool for Excel and Google Sheets
├── sheetify/ # Google Sheets-focused reporting tool
└── README.md # This fileTo get started with the Clockify Reporting Tools, follow these steps:
-
Clone the repository:
git clone https://github.com/your-username/clockify-reporting-tools.git
-
Navigate to the desired tool:
- For Excelify:
cd clockify-reporting-tools/excelify - For Reportify:
cd clockify-reporting-tools/reportify - For Sheetify:
cd clockify-reporting-tools/sheetify
- For Excelify:
-
Follow the tool-specific instructions:
[!TIP] Each tool has its own README.md file with detailed installation and configuration steps. Open the respective README.md file for the tool you're using to get started.
- Excelify: Best for users who require detailed time-tracking reports in Excel format.
- Reportify: Ideal for users who need the flexibility to generate reports in both Excel and Google Sheets formats.
- Sheetify: Perfect for users who work primarily with Google Sheets for real-time collaboration.