Telegram bot that searches Playo.co for badminton courts.
- Open Telegram and message @BotFather
- Send
/newbotand follow the prompts - Copy the bot token
cp .env.example .env
# Edit .env and paste your bot tokenpython -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python bot.pydocker-compose up -d --buildIn your Telegram chat with the bot:
/start — Welcome message
/help — Full usage guide
/find koramangala 7pm
/find hsr layout 7:30pm tomorrow
/find area=indiranagar time=6pm
/find hadapsar city=pune
City defaults to Pune. Add city=bangalore (or mumbai, delhi, hyderabad, etc.) to search other cities.
ssh root@your-server-ip
git clone <your-repo-url> playo-bot
cd playo-bot
cp .env.example .env
nano .env # paste your bot token
docker-compose up -d --buildssh root@your-server-ip
cd playo-bot
git pull
docker-compose up -d --builddocker-compose logs -f bot