ruslan-korneev / glitch

GitLab Interface in Telegram Chat
0 stars 0 forks source link
aiogram fastapi gitlab postgresql python sqlalchemy

GLITCH - GitLab Interface in Telegram Chat

Gitlab Assistant in telegram

Usage

...

Installation

git clone git@github.com:ruslan-korneev/glitch.git
cd glitch

cat .env.example > .env
# change the values in `.env` which one do u need

Locally for development

python3.11 -m venv .venv
. .venv/bin/activate

poetry install
pre-commit install
alembic upgrade head

# commands description
glitch --help

Docker

docker compose up -d --build