https://github.com/vinatorul/telegame-backend
https://github.com/vinatorul/telegame-backend
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vinatorul/telegame-backend
- Owner: Vinatorul
- License: mit
- Created: 2025-07-21T19:59:24.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-21T22:08:47.000Z (12 months ago)
- Last Synced: 2025-07-21T22:34:06.280Z (12 months ago)
- Language: Go
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Telegram Game Backend
## Quick Start
1. Copy example config:
```bash
cp example.config.yaml config.yaml
```
2. Edit config.yaml with your credentials
3. Run the bot:
```bash
go run main.go
```
## Configuration
Edit these fields in config.yaml:
- `telegram_token`: Get from @BotFather
- `game_short_name`: Your game's short name
- `port`: Server port (default: 8080)
- `game_url`: Where your game is hosted
A simple backend for a Telegram game built with Go.