I want a small, reliable script that sits in the background, watches the public project feed on one of the website, and fires off a bid the moment a new listing meets my filters. The trigger logic has to check three things every time a fresh project appears: the keywords inside the description, the project category, and the client’s review rating. If all three align with values I set in a simple config file, the script should log into my account and submit a pre-written proposal instantly. Flexibility is important, so I need to be able to edit the keyword list, add or drop categories, change the minimum client rating, tweak the bid amount, and swap out the proposal text without touching the main code. A clean JSON, YAML, or ENV-style settings file is fine—whatever keeps the learning curve low. Use PHP or another language you can document clearly, but the finished tool must run on a standard shared hosting with no GUI. A short README, and commented source code are all I need to get this live. Deliverables • Full script with clear, inline comments • Configuration file template with all adjustable fields • README covering setup, required libraries, and how to add new matching rules • Quick demo (video or live screen share) proving the script detects a fresh project and auto-submits the bid within seconds I’ll test by changing the filters and watching the script react in real time; once it performs exactly as described, the job is complete.