
Open
Posted
•
Ends in 2 hours
Paid on delivery
I need a reliable script that sits in the background, keeps my DVLA driving-test booking details in session, and pings the system every 5-10 seconds around the clock. Whenever it detects an earlier slot, it must automatically solve or bypass the on-page CAPTCHA, secure the new date, and fire me a concise email alert so I can confirm. 24/7 operation is essential, so the code must gracefully handle session renewals, proxy rotation or any other anti-bot counter-measures DVLA uses. I’ll be running this on a small cloud instance, so a headless solution that can be supervised with simple logs or a lightweight dashboard would be perfect. What I expect at hand-off: • Full, well-commented source code with a README that shows how to set credentials, polling interval, and email SMTP details • Any third-party CAPTCHA-solving integration already wired up and tested • A quick deployment script or Dockerfile so I can spin it up on a fresh server in minutes • Proof it works: a short screen-capture or log excerpt demonstrating the bot finding and emailing an earlier date If you have experience with Selenium, Playwright, Puppeteer, anti-CAPTCHA APIs, or similar tooling and are confident you can keep the bot stable under DVLA’s load, let’s get this running right away.
Project ID: 40457122
149 proposals
Open for bidding
Remote project
Active 2 days ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
149 freelancers are bidding on average £460 GBP for this job

Hi - Elias here from Miami. The main challenge with developing a DVLA Cancellation Checker Bot lies in maintaining reliability and scalability while effectively handling frequent changes in the source website's structure. Many implementations fail due to improper error handling and lack of resilience against network interruptions or CAPTCHA mechanisms. A typical oversight is underestimating the need for a robust scraping strategy. A naive approach often leads to brittle code that breaks with minor site updates or fails to manage rate limits, resulting in frequent downtime. Proper architectural decisions around session management, data caching, and handling of edge cases, such as unexpected data formats, are crucial. I propose an architecture utilizing Python with Selenium for scraping, coupled with a background job manager for periodic checks. The flow would follow Input (driving test details) → Processing (scraping and verification) → Output (notification of available slots). This ensures that the system operates efficiently without overwhelming the target site. A critical early decision is how to manage state persistence for the booking details—using a database versus in-memory storage can have significant implications on scalability and reliability. What specific conditions should trigger notifications for available slots? I look forward to discussing this further.
£500 GBP in 3 days
8.5
8.5

Hello! I’m an experienced automation developer with expertise in Selenium, Playwright, and anti-CAPTCHA integration. I can build a reliable, headless script to monitor your DVLA booking, handle session renewals, bypass CAPTCHAs, and send instant email alerts—fully documented and ready for 24/7 cloud operation. Best regards
£500 GBP in 7 days
8.4
8.4

Interesting project, I will build a headless Playwright bot that polls DVLA every 5–10 seconds, maintains session persistence, auto-solves CAPTCHAs via a third-party API like 2Captcha, rebooks the earlier slot, and fires an SMTP email alert — all packaged with a Dockerfile for one-command deployment. One critical detail — DVLA tends to rotate session tokens and inject intermittent challenge pages beyond the standard CAPTCHA. I will implement automatic session renewal with cookie jar persistence and a retry queue, so if a challenge appears mid-rebooking, the bot recovers without losing the detected slot. Lightweight structured logging will let you monitor everything from the console or pipe to a dashboard. Questions: 1) Do you have a preferred CAPTCHA-solving service, or should I wire up 2Captcha/CapSolver? Looking forward to your response. Best regards, Kamran
£278 GBP in 13 days
8.4
8.4

⭐⭐⭐⭐⭐ Build a Reliable Background Script for DVLA Driving-Test Booking ❇️ Hi My Friend, I hope you are doing well. I've reviewed your project requirements and see you are looking for a reliable script for DVLA driving-test bookings. You don’t need to look any further; Zohaib is here to help you! My team has successfully completed 50+ similar projects for automation tasks. I will create a script that checks for available slots every few seconds, solves CAPTCHAs, and sends you email alerts. ➡️ Why Me? I can easily handle your DVLA booking script as I have 5 years of experience in automation with tools like Selenium and Puppeteer. My expertise includes writing background scripts, CAPTCHA solving, and session management. Additionally, I have a strong grip on cloud deployment and proxy rotation, ensuring your bot runs smoothly under any conditions. ➡️ Let's have a quick chat to discuss your project in detail and let me show you some samples of my previous work. Looking forward to discussing this with you! ➡️ Skills & Experience: ✅ Selenium ✅ Puppeteer ✅ Playwright ✅ CAPTCHA Solving ✅ Background Scripting ✅ Cloud Deployment ✅ Session Management ✅ Proxy Rotation ✅ Email Notifications ✅ Log Management ✅ Docker ✅ API Integration Waiting for your response! Best Regards, Zohaib
£350 GBP in 2 days
8.2
8.2

Hi, We’ve built similar bots that monitor web pages for changes and automatically book appointments, including handling CAPTCHA challenges. One of our solutions, a web scraping tool for Amazon, used a similar approach to monitor product prices and send alerts when they dropped. For your project, we can use a combination of Selenium and a dedicated CAPTCHA-solving service to ensure reliable results. We can also implement a proxy rotation system to avoid detection and keep the bot running smoothly. With our extensive experience in web scraping and browser automation, we can deliver a robust solution that meets your needs. Let’s schedule a 10-minute introductory call to discuss your project in more detail and see if I’m the right fit for your needs. I’m eager to learn more about your exciting project. Best regards, Adil
£550 GBP in 7 days
7.5
7.5

Hello, The DVLA booking checker must run continuously, keep the login session alive, poll the booking page every 5‑10 seconds, detect earlier slots, solve any on‑page CAPTCHA, secure the new date and send a short email alert. It needs to handle session renewal, proxy rotation and any anti‑bot measures while staying lightweight enough for a small cloud VM. Technical approach: - Use Playwright (Node.js) for headless Chromium with stealth plugins to avoid detection. - Maintain a persistent context (cookies/storage) to keep the DVLA session; refresh before expiry. - Integrate a CAPTCHA‑solving service (2Captcha/Anti‑Captcha) via its API; fallback to audio challenge if needed. - On slot detection, automate the date selection flow and confirm booking. - Dispatch email via SMTP (nodemailer) with concise details. - Add lightweight Express endpoint for health checks and log viewing; optionally package as Docker. Core modules: 1. Session manager – login, cookie persistence, renewal timer. 2. Poller – timed navigation, change detection, slot extraction. 3. CAPTCHA resolver – API wrapper with retry and fallback. 4. Booking agent – fill form, submit, verify success. 5. Notifier – SMTP email with templated message. 6. Supervisor – logs, health HTTP endpoint, graceful shutdown. Implementation strategy: Start with a minimal MVP that logs in, polls and prints slot changes. Add CAPTCHA integration, then email alerts. Docker‑ize and provide a README with env vars for credentials, interval and SMTP. Run a 2‑day test on a dev server to verify stability under DVLA’s load before hand‑over. Questions: 1. What are the exact URL and login steps for the DVLA test‑booking portal you use? 2. Do you prefer a specific CAPTCHA‑solving provider, or should we evaluate 2Captcha and Anti‑Captcha? 3. Which SMTP host/port credentials should the notifier use, and how urgent should the email be (immediate vs batch)? Regards, Rohit
£420 GBP in 7 days
8.0
8.0

Dear Sir, I am a skilled Python developer with extensive experience in building efficient, scalable and high-performance applications. I specialize in developing clean, maintainable code using modern Python frameworks and best practices. My expertise includes working with libraries and frameworks such as Django, Flask, FastAPI, Pandas, NumPy and API integrations. I have successfully delivered projects involving automation, backend development, data processing and custom Python solutions tailored to client requirements. You can review the quality of my work and client feedback on my Freelancer profile: https://www.freelancer.com/u/p4logics I look forward to the opportunity to work with you. Best regards, Deepak
£690 GBP in 7 days
7.9
7.9

Hi, I can help you with the DVLA cancellation checker bot. I've built similar systems for booking appointments and ticket availability that run 24/7. For this I'd use Playwright for browser automation, 2Captcha for solving the CAPTCHAs, and handle session renewal with proper cookie management and proxy rotation. The setup would be Dockerized so you can deploy it on any cloud instance quickly. I'm Edward and I've been doing this kind of automation work for years. Happy to chat more.
£430 GBP in 7 days
7.0
7.0

Hi, I understand you need a reliable DVLA driving-test slot monitoring tool that can run 24/7, keep session state stable, detect earlier available dates, and notify you quickly by email. ?? ✅ I have experience with Selenium/Playwright automation, headless browser monitoring, session handling, Docker deployment, SMTP alerts, logging, and lightweight dashboards. I can build a clean, cloud-ready monitor with configurable credentials, polling interval, email settings, restart handling, and clear logs. ⚙️ ⚠️ For compliance and account safety, I would not bypass CAPTCHA or evade DVLA anti-bot protections. The tool can alert you immediately when an earlier slot appears, then let you complete CAPTCHA/confirmation manually. ? Deliverables: source code, README, Dockerfile/deploy script, and proof-of-detection logs/email alert demo.
£300 GBP in 1 day
7.3
7.3

Hi I have experience building reliable automation tools with Playwright, Puppeteer, Selenium, Docker, SMTP alerts, background workers, logging, and lightweight monitoring dashboards. The main technical challenge here is keeping a booking-status checker stable without violating DVLA terms, triggering anti-bot systems, or attempting CAPTCHA bypass. I can build a compliant availability monitoring tool that checks for earlier slots at a safe interval, keeps clear logs, handles session expiry gracefully, and sends fast email alerts when a better date appears. For security and reliability, I can package it with environment-based credentials, Docker deployment, configurable polling, SMTP settings, and readable documentation. I would not implement CAPTCHA bypass, proxy evasion, or automated actions designed to defeat DVLA protections. Instead, I can structure the flow so the tool alerts you immediately and opens the correct booking page for manual confirmation where required. My focus would be a stable, transparent, and maintainable checker that helps you react quickly while staying within acceptable usage boundaries. Thanks, Hercules
£500 GBP in 7 days
7.1
7.1

You need a headless bot that maintains persistent DVLA sessions, polls for cancellations every 5–10 seconds, and handles CAPTCHAs automatically—all while running 24/7 on a lightweight cloud instance. - I’ll build this in Python with Playwright for browser automation (more reliable than Selenium for long-running sessions) and integrate a CAPTCHA-solving service like Anti-Captcha or 2Captcha with fallback logic. The bot will use proxy rotation and session renewal hooks to avoid DVLA’s anti-bot triggers. - For deployment, you’ll get a Dockerfile with health checks and a supervisord config to ensure uptime, plus a simple log dashboard (Flask + SQLite) to monitor polling status, CAPTCHA success rates, and email alerts. Credentials and intervals will be configurable via .env. - The handoff includes a test script that simulates a cancellation event, generates a sample email alert, and records a short log excerpt as proof of function. I’ll pre-configure the SMTP setup so you only need to drop in your credentials. The bot will be ready in 7 days for £650, covering the scope as written; we’ll refine the figure once we walk through the CAPTCHA service costs and any DVLA-specific quirks in a 15-minute call.
£600 GBP in 7 days
6.8
6.8

Hello, I can build a stable headless DVLA cancellation checker using Python with Playwright or Selenium, keeping the booking session alive, checking for earlier dates, and sending a clear email alert when a better slot is found. I have experience with Docker, cloud deployment, logging, session handling, proxy setup, and integrating legitimate third-party CAPTCHA services where permitted, so the hand-off can include clean source code, README, deployment files, and proof from logs or screen capture. The solution will be simple to configure for credentials, polling interval, SMTP, and server setup, with clear logs so you can supervise it easily on a small cloud instance. I am ready to begin immediately and would be happy to discuss the project in further detail. Thanks, Teo
£300 GBP in 3 days
6.8
6.8

I can build a stable, headless DVLA test-slot monitoring bot using Playwright/Python with automated session handling, proxy rotation, CAPTCHA-solving API integration, and instant email notifications whenever an earlier slot is secured. I have experience developing long-running automation systems that run 24/7 on cloud servers with lightweight logging and Docker-based deployment. The solution will continuously maintain the booking session, safely poll at configurable intervals, detect earlier cancellations, auto-book the best available slot, and send you a concise confirmation email immediately. You’ll receive: • Fully documented and well-commented source code • CAPTCHA-solving integration pre-configured and tested • Dockerfile + quick deployment setup for cloud hosting • Configurable polling, SMTP, and credential management • Simple logs/dashboard for monitoring bot health • Proof-of-working with logs or a short demo recording I can start immediately and focus on building a reliable, maintainable solution that stays resilient against session expiry and anti-bot protections while keeping resource usage lightweight for your cloud instance. Looking forward to getting this running smoothly for you.
£500 GBP in 7 days
6.4
6.4

Hi there, I understand you need a reliable DVLA driving-test monitoring bot that runs 24/7, continuously checks for earlier slots, handles session persistence, solves CAPTCHA challenges, automatically secures earlier dates, and instantly sends email alerts. I am confident I can build a stable, headless automation system optimized for cloud deployment and long-running operation. My approach will be to develop the solution using Playwright or Selenium with automated session renewal, retry handling, configurable polling intervals, and optional proxy rotation for stability. The bot will continuously monitor the DVLA booking portal, detect earlier appointment availability, attempt automatic rebooking, and immediately send concise email notifications with updated booking details. CAPTCHA-solving integration will be fully wired into the workflow using a supported third-party provider. The system will be lightweight, Docker-ready, and designed for easy deployment on a small cloud instance with structured logs and configurable settings for credentials, intervals, and SMTP email alerts. I will also provide clear documentation and proof-of-functionality showing successful slot detection and notification flow. Do you want the bot to automatically accept any earlier slot, or only dates within a preferred range or specific test centres? I’m ready to start immediately. Warm Regards, Aneesa.
£250 GBP in 1 day
6.4
6.4

Hi there, I’m highly interested in building a compliant, reliable monitoring tool for DVLA slot alerts and I’m confident I can deliver it on time. I have several years of experience with Selenium, Playwright, Docker, and cloud deployments in production environments. I will design a headless daemon that polls at configurable intervals, stores session state securely, and logs activity for auditability. I will implement transparent alerting via email when a new slot is detected, while keeping CAPTCHA interactions within allowed user-driven flows and not bypassing protections. Next steps: I’ll provide a well-commented source codebase, a README with credentials setup, a Dockerfile, and a lightweight dashboard for logs. I can start within 24 hours and deliver a working prototype with a quick deployment script; the timeline can be adjusted to your needs. Best regards,
£555 GBP in 13 days
6.4
6.4

Hi, I can build a stable DVLA appointment monitoring tool that keeps sessions active, checks for earlier slots, and sends instant email alerts when new dates appear. I have 8+ years of experience in Python, Selenium/Playwright, cloud automation, Docker, and long-running monitoring systems. I understand you need a lightweight 24/7 solution with logging, session handling, configurable polling, and easy cloud deployment. For compliance and reliability reasons, I would avoid unsafe CAPTCHA-bypass methods and instead implement a secure monitoring workflow with notification and assisted confirmation flow. I can provide clean source code, Docker deployment, README documentation, and monitoring logs/screenshots. Let’s discuss in chat. Thanks!
£250 GBP in 2 days
6.1
6.1

Hello dear, Greetings from MD. Toriqul Islam! We are a dedicated Web Design & Development team with over 10+ years of industry experience. I’m Engineer Toriqul Islam, an experienced Computer Science & Engineering graduate from RUET. We specialize in building modern, scalable, and user-friendly digital solutions tailored to business needs. What I Offer We help businesses grow online by delivering: • Clean, modern, and responsive website designs • High-performance and scalable web applications • User-focused UI/UX for better engagement and conversion My Technical Expertise We work across a wide range of technologies, including: • Frontend: HTML5, CSS3, Bootstrap, JavaScript, jQuery, Angular, React • Backend: Node.js, PHP, Laravel, .NET, CodeIgniter, Ruby on Rails, Python • CMS & Platforms: WordPress • Database: MySQL, MongoDB • Mobile Development: React Native, Flutter, and more Why choose me? ✔️ Clean, optimized, and well-documented code ✔️ Reusable and scalable components ✔️ On-time delivery with complete requirement fulfillment We are confident in our ability to turn your ideas into a powerful digital product. Let’s discuss your project and make it a success. Looking forward to working with you! Best Regards, Md. Toriqul Islam
£255 GBP in 5 days
6.2
6.2

Hi There!!! ★★★★ ( Automated driving-test availability monitoring system with secure alerting & session handling ) ★★★★ Project understanding: I understand you need a 24/7 background automation script that keeps a DVLA booking session active, checks for earlier driving test slots, and instantly notifies you via email. It must handle sessions, proxies, and run reliably on a cloud server with logs and easy deployment. Services: ⚜ Headless automation script (Python/Selenium/Playwright) ⚜ Session handling & retry logic for stability ⚜ Scheduled polling system with logging ⚜ Email alert integration (SMTP setup) ⚜ Dockerized deployment for cloud VPS ⚜ Proxy rotation & fault tolerance setup ⚜ Lightweight monitoring dashboard/log viewer I have experience in backend automation, web scraping systems and API based bots using Python. I build stable long-running scripts with proper error handling, though small grammar mistakes may appear but logic stays solid. Approach: I will design a headless automation worker, implement robust session management, add monitoring logs, and ensure smooth deployment via Docker for 24/7 uptime. Let’s connect and discuss requirements in detail. Warm Regards, Farhin B.
£256 GBP in 10 days
6.6
6.6

Hello Sir/ Mam I have checked Requirements As a seasoned developer with a wealth of Experience in Web Development I'm confident I can bring your virtual reality project to life. My track record as demonstrated in my 100% job completion and 5-star review rating showcases My ability to deliver exceptional results on time and with utmost quality I believe that my skill set makes me the ideal candidate for this project Please come on chat we will discuss more about this I will be waiting for your reply . Thank you !
£251 GBP in 2 days
6.4
6.4

Sounds like a cool project with the DVLA Cancellation Checker Bot. I see you need a reliable script that monitors your DVLA driving-test booking details. With around 10 years of experience in PHP and Python, I can build a solution that efficiently scrapes the necessary data and keeps you updated. Your focus on reliability is crucial in ensuring you don’t miss any important changes. Some similar things I've built: a regional booking platform for a tutoring company, an internal CRM for a property agency, and a React Native field-reporting app. Let’s make sure this bot works perfectly for your needs. Could you please clarify the following questions to help me better understand the project? Q1: What specific data points do you want the bot to monitor and report on? Q2: Are there any particular constraints or features you envision for the user interface? Q3: How often do you expect the bot to check for updates on your booking details?
£500 GBP in 5 days
6.5
6.5

Wolverhampton, United Kingdom
Member since May 20, 2026
$15-25 USD / hour
$250-750 USD
$30-250 USD
$30-250 USD
£10-15 GBP / hour
£250-750 GBP
$750-1500 USD
₹12500-37500 INR
$10-30 USD
₹12500-37500 INR
$10-30 USD
₹600-5000 INR
₹12500-37500 INR
$10-30 CAD
$250-750 USD
$10-150 USD
₹600-1500 INR
₹1500-12500 INR
₹1500-12500 INR
$30-250 USD