This repository contains a Telegram bot that connects to a game. The bot allows users to start and play the game directly from Telegram.
- Python 3.8 or higher
- A Telegram bot token from @BotFather
venv
for creating a virtual environment- The required Python packages listed in
requirements.txt
git clone https://github.com/your-username/telegram-game-bot.git
cd telegram-game-bot
python -m venv venv
source venv/bin/activate # On Windows use `venv\Scripts\activate`
pip install -r requirements.txt
BOT_TOKEN=your-telegram-bot-token
python main.py