yashank21/JobAgent_yp ? reverse-engineered prompt
Reverse engineered prompt
Build me a small Python tool that can collect job listings from Wellfound and inspect each job posting for useful details like title, company, location, role summary, and full description.
I want it to be easy to run from the command line, pull a batch of jobs, and save the results into a simple output file so I can review them later. If it helps, split the logic into a few clean scripts so one part gathers the jobs and another part reads the individual job pages. Please include basic tests for the main behavior, and make it straightforward to tweak or extend later.
If you need current details from Wellfound or any supporting libraries, look up the latest docs online first.
Are you gonna build this?
make sure you review the code using coderabbit