Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ruslan-korneev/glitch

GitLab Interface in Telegram Chat
https://github.com/ruslan-korneev/glitch

aiogram fastapi gitlab postgresql python sqlalchemy

Last synced: 7 days ago
JSON representation

GitLab Interface in Telegram Chat

Awesome Lists containing this project

README

        

# GLITCH - GitLab Interface in Telegram Chat
Gitlab Assistant in telegram

- telegram bot - aiogram
- web-application - fastapi
- database - postgres
- orm -sqlalchemy

# Usage
...

# Installation
```bash
git clone [email protected]:ruslan-korneev/glitch.git
cd glitch

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

## Locally for development
```bash
python3.11 -m venv .venv
. .venv/bin/activate

poetry install
pre-commit install
alembic upgrade head

# commands description
glitch --help
```

## Docker
```bash
docker compose up -d --build
```