Wimboro/gobiz-grab — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a Node.js tool that logs into my GoBiz merchant portal and keeps watching my transactions automatically. I want to put my email and password in an env file, start the app with npm, and have it open a fresh browser session, log in, and check for new transactions about every 30 seconds.

It should capture the real transaction details, especially the correct Rupiah amount, order or reference IDs, payment type, status, and exact time. If there are no transactions, it should just say that clearly and keep monitoring instead of crashing.

Please save the latest results locally, and also support saving everything into Cloudflare D1 if I add the D1 credentials. I also want a daily summary table with total transactions and total amount per day. Include useful console logs, simple setup instructions, npm scripts for one time scraping, monitoring, testing D1, and migrating the database. Look up current docs online if you need to.

Want more depth? Deep Reverse