Simple Telegram Ping Pong Bot Setup Create a bot with @BotFather and copy the token. Create a .env file based on .env.example and set BOT_TOKEN. Install dependencies: pip install -r requirements.txt Run python bot.py Send ping or /ping to the bot and it will reply pong.