Budget: 3000 UAH Deadline: 5 days
Good day.
I can implement a Telegram bot for online client bookings without phone calls.
In terms of functionality, I see the following:
- selection of service (if needed)
- selection of available date and time
- checking available slots (to avoid overlaps)
- creating a booking in the system
- automatic reminders to clients 24 hours before the visit
- ability to cancel or reschedule the booking
Admin panel for the master:
- convenient schedule management (creating/editing/deleting slots)
- viewing bookings by days
- blocking specific dates or times
- quick schedule management without technical knowledge
Technically, this can be implemented in Python (aiogram), with a database (PostgreSQL/SQLite) and a task scheduler for reminders (Celery/APScheduler). The admin panel can be made as a web panel or directly in Telegram through an admin menu.
The system will operate 24/7 and support stable processing of bookings without duplicates.