-
git clone https://github.com/CHC0815/c4tb.git
-
cd c4tb
-
vim .env
-
add BOT_TOKEN=YOURTOKEN
-
sudo docker compose up -d
- python3.12
- sqlite3 for game persistence
- python-telegram-bot as telegram api wrapper
- pillow for image creation
git clone https://github.com/CHC0815/c4tb.git
cd c4tb
vim .env
add BOT_TOKEN=YOURTOKEN
sudo docker compose up -d