abdkhan-git/StockInsightsTracker ? reverse-engineered prompt

Reverse engineered prompt

Build me a Python app that watches U.S. House member financial disclosure filings and alerts me when new stock trades show up, especially for Nancy Pelosi and a few other members I can choose in a config file.

It should check for new disclosures regularly, pull down the PDF filings, use AI or document extraction to read the trade details, and send me a clean email with the important info like who traded, what stock it was, when it happened, and any other useful summary. I also want it to keep track of trades it has already seen so I do not get duplicate alerts.

Please make it easy to run from the command line, work from environment variables for email and API settings, and include a Docker option if that fits. If you need to look up current docs online for the PDF or AI service, go ahead.

Are you gonna build this?

make sure you review the code using coderabbit

Try freeSponsored — opens CodeRabbit in a new tab