Akashinjeti/hotwheels-bot ? reverse-engineered prompt
Reverse engineered prompt
Build me a Python bot that keeps checking Blinkit for a small list of Hot Wheels cars and automatically buys them when they show up in stock.
I want it to log into Blinkit once, save that session, and then keep running in the background so I do not have to watch it all day. When it finds one of the approved cars, it should add it to cart, go through checkout, choose Cash on Delivery, and place the order on its own. It should also remember what has already been ordered so the one time items are not bought again, while the two Ferrari models can keep ordering forever.
Please add simple command line options for a dry run, capturing the login session, and running a limited number of scan cycles for testing. I also want Telegram alerts for scan start, stock found, added to cart, order placed, and errors. Use a config file for my name, phone, address, and location, and make it easy to run locally or in a Docker container. If you need current Blinkit selectors or Playwright details, look them up online.