https://github.com/ex1234/telegram-quest-starter
Starter for Telegram quest bot + simple web admin + Docker quickstart.
https://github.com/ex1234/telegram-quest-starter
compose docker game python quest starter telegram-bot
Last synced: 2 months ago
JSON representation
Starter for Telegram quest bot + simple web admin + Docker quickstart.
- Host: GitHub
- URL: https://github.com/ex1234/telegram-quest-starter
- Owner: ex1234
- License: mit
- Created: 2025-10-02T14:10:38.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-10-26T19:15:38.000Z (8 months ago)
- Last Synced: 2025-10-26T21:11:18.472Z (8 months ago)
- Topics: compose, docker, game, python, quest, starter, telegram-bot
- Language: Python
- Size: 104 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# telegram-quest-starter
[](https://github.com/ex1234/telegram-quest-starter/actions)
[](https://github.com/ex1234/telegram-quest-starter/releases)
[](https://github.com/ex1234/telegram-quest-starter/stargazers)
[](https://github.com/ex1234/telegram-quest-starter/blob/main/LICENSE)
Minimal starter for a Telegram quest bot with Docker quickstart.
## Quickstart (60s)
`ash
git clone https://github.com/ex1234/telegram-quest-starter
cd telegram-quest-starter
copy .env.example .env
docker compose --profile dev up -d
# open http://localhost:8080
`
## Compose profiles
- Dev: mounts ./app and runs directly
- Start: docker compose --profile dev up -d
- Prod: build image and run
- Start: docker compose --profile prod up -d
## Healthcheck
Container exposes GET http://localhost:8080/ returning "OK".