Telegram Bot to play connect four https://github.com/CHC0815/c4tb
  • Python 97.8%
  • Dockerfile 2.2%
Find a file
Conrad Heinrich Carl a85a3b1544 hopefully fix sql
2024-01-09 21:01:47 +01:00
.vscode init 2024-01-05 16:35:09 +01:00
agents add onestep agent as default agent 2024-01-09 18:28:24 +01:00
bot hopefully fix sql 2024-01-09 21:01:47 +01:00
.dockerignore dockerize 2024-01-09 14:15:39 +01:00
.gitignore mvp bot 2024-01-09 14:05:18 +01:00
docker-compose.yaml remove unused volumes 2024-01-09 16:15:50 +01:00
Dockerfile add agents folder to docker image 2024-01-09 19:08:56 +01:00
main.py dummy image with keyboard 2024-01-05 17:18:53 +01:00
README.md Update README.md 2024-01-09 16:37:05 +01:00
requirements.txt update requirements 2024-01-08 19:56:28 +01:00

Telegram bot to play Connect Four against

Play

t.me/COPHEE_X4_BOT

Deploy

  • git clone https://github.com/CHC0815/c4tb.git
    
  • cd c4tb
    
  • vim .env
    
  • add BOT_TOKEN=YOURTOKEN

  • sudo docker compose up -d
    

Tech stack