Daniel Dybing 26724cd868
All checks were successful
Build Tamigo CLI / build-linux (push) Successful in 52s
Build Tamigo CLI / build-windows (push) Successful in 4s
Release Tamigo CLI / build-linux (release) Successful in 50s
Release Tamigo CLI / build-windows (release) Successful in 5s
Fix: Correct Docker build command and artifact paths for Windows
2026-03-11 12:18:38 +01:00

Tamigo CLI

A small CLI application to interface with Tamigo.

Features

  • Login with your Tamigo credentials.
  • Calculate work days (check-ins) for the current month, year, and last 365 days.
  • View recent work shifts.
  • View your Tamigo profile info.

Installation

  1. Create a virtual environment:

    python3 -m venv venv
    source venv/bin/activate
    
  2. Install dependencies:

    pip install -r requirements.txt
    

Usage

Run the application:

python tamigo.py

Follow the prompts to log in and select actions from the menu.

Description
No description provided
Readme 11 MiB
Languages
Python 100%