Padel Court Booking
Playtomic availability checker and booking CLI. Never miss an open padel court again.
Tags: automation, booking, cli, sports
Category: automation
Tips
- Save your regular venues with aliases (`padel venues add`) so checking availability is a quick one-liner
- Use `--compact` output mode when integrating with OpenClaw for clean, chat-friendly summaries
- Set up a cron job to check availability at your preferred times every 15 minutes during peak booking hours
- Use `padel bookings stats` to track your playing frequency and spending over time
- Combine with Telegram notifications so the agent alerts you the moment a preferred slot opens up at your saved venues
Community Feedback
CLI tool for checking Playtomic padel court availability and booking. Never miss an open padel court again.
— GitHub
Playtomic availability checker and booking CLI. Built as a proper OpenClaw skill with Nix flake support.
— OpenClaw Showcase
Frequently Asked Questions
Does this work with Playtomic worldwide?
Yes. Playtomic operates across Europe, Latin America, and other regions. The CLI searches by location, so it works wherever Playtomic has partner venues listed.
Can it actually book courts or just check availability?
Both. With authentication (`padel auth login`), it can book courts directly. Without auth, it's read-only for availability checking and venue search.
Is using the Playtomic API this way allowed?
The CLI uses reverse-engineered API endpoints. It's a personal automation tool — use responsibly and avoid aggressive polling rates that could impact Playtomic's servers.
Does it support indoor vs outdoor court filtering?
Yes. By default, it shows indoor courts only. Use `--outdoor` for outdoor only or `--all` for both. This is configurable per search.