Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 418 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 418 Bytes

GH-Report

Installation

Development

mamba env create --file conda/dev.yaml --force
conda activate invoicex
poetry install

Configuration

provide a .env file with the the GITHUB_TOKEN:

GITHUB_TOKEN=ghp_blablabla

Running

Example:

python invoicex/main.py \
  --year-month 2022-04 \
  --gh-user xmnlab \
  --gh-org osl-incubator/invoicex \
  --timezone "-0400"