mirror of
https://github.com/CHC0815/c4tb.git
synced 2026-05-29 15:32:17 +00:00
Telegram Bot to play connect four
https://github.com/CHC0815/c4tb
- Python 97.8%
- Dockerfile 2.2%
| .vscode | ||
| agents | ||
| bot | ||
| .dockerignore | ||
| .gitignore | ||
| docker-compose.yaml | ||
| Dockerfile | ||
| main.py | ||
| README.md | ||
| requirements.txt | ||
Telegram bot to play Connect Four against
Play
Deploy
-
git clone https://github.com/CHC0815/c4tb.git -
cd c4tb -
vim .env -
add BOT_TOKEN=YOURTOKEN
-
sudo docker compose up -d
Tech stack
- python3.12
- sqlite3 for game persistence
- python-telegram-bot as telegram api wrapper
- pillow for image creation