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: about 2 months ago
JSON representation
GitLab Interface in Telegram Chat
- Host: GitHub
- URL: https://github.com/ruslan-korneev/glitch
- Owner: ruslan-korneev
- Created: 2023-07-24T21:43:31.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-21T23:31:12.000Z (over 2 years ago)
- Last Synced: 2025-12-15T15:17:39.387Z (7 months ago)
- Topics: aiogram, fastapi, gitlab, postgresql, python, sqlalchemy
- Language: Python
- Homepage:
- Size: 495 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
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 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
```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
```