Automated Park Booking Bot

Заказчик: AI | Опубликовано: 27.11.2025

I need a small script-based bot that can log in to https://forest.mponline.gov.in/, open the park-booking page, and complete the form automatically each time I provide a file of visitor details and booking dates. The file-upload approach is key: I want to drop a CSV or Excel sheet that contains the required fields ( Tourist Name, Gender Age, Father's/Husband's Name, Nationality, ID Proof, ID Proof No.) and have the bot loop through every row, submit the form, and save whatever confirmation the portal returns. You are free to use Python with Selenium, Playwright, or another lightweight browser-automation framework as long as it runs reliably on Windows. A simple CLI or small GUI where I choose the file, click “Start,” and watch the submissions roll through is all I’m after. Clear, commented source code and a brief read-me that shows: • the expected column headings in the upload file • how to set up any environment variables (credentials, path to driver) • how to launch the bot and monitor progress There is numeric captcha, needs to be automatically filled Deliver the working script, instructions, and a quick demo video or screenshots proving one full booking cycle from file import to confirmation page capture.