Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ruslan-korneev/glitch
- Owner: ruslan-korneev
- Created: 2023-07-24T21:43:31.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-21T23:31:12.000Z (10 months ago)
- Last Synced: 2024-12-24T07:59:47.915Z (8 days 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 [email protected]:ruslan-korneev/glitch.git
cd glitchcat .env.example > .env
# change the values in `.env` which one do u need
```## Locally for development
```bash
python3.11 -m venv .venv
. .venv/bin/activatepoetry install
pre-commit install
alembic upgrade head# commands description
glitch --help
```## Docker
```bash
docker compose up -d --build
```