- Python 100%
|
|
||
|---|---|---|
| matrix_standup_report | ||
| .gitignore | ||
| config.example.toml | ||
| poetry.lock | ||
| pyproject.toml | ||
| README.md | ||
matrix_standup_report
Script for generating reports from standupbot matrix posts.
Installation
-
Clone the repository using git
git clone https://forge.fedoraproject.org/cle/matrix_standup_report.gitcd matrix_standup_report -
Install poetry
On Fedora:
dnf install poetryFrom PyPI:
pip install poetry -
Install the script using poetry
poetry install
Configuration
matrix_standupt_report needs configuration file provided by the user. The example is available
here.
The script expects that emm tool is installed on the environment. It's being used to retrieve the matrix posts.
Usage
All the commands needs to be run with poetry run. Example poetry run matrix_standup_report --help
-
Print help
matrix_standup_report --help -
Print
generate-reportcommand helpmatrix_standup_report generate-report --help -
Verbose mode
matrix_standup_report -v <command> -
Generate report since 11.09.2025
matrix_standup_report generate-report --since "2025-09-11T00:00:00Z" --config config.toml