lordzohar/Naukri-autoapply-bot ? reverse-engineered prompt

Reverse engineered prompt

Build me a simple Python tool that can log into my Naukri account and automatically apply to jobs for me.

I want it to search by a few keywords and an optional location, open the results in the browser, check multiple pages, and click through the apply flow on jobs that match. If a job asks for first name or last name, fill that in too, and handle both the normal apply button and the company site apply flow.

Please make it use Microsoft Edge, and set it up so the driver is handled automatically. It should save a record of what got applied to and what failed in a CSV file, and stop when it reaches a daily application limit. If possible, make it faster by opening searches for different keywords at the same time and avoid applying twice to the same job.

Also give me a clean way to set my email, password, name, keywords, location, and max applications in a config file, and make it easy to run from one main script.