![]() |
|
Checkout bot development - Printable Version +- Sinisterly (https://sinister.li) +-- Forum: Coding (https://sinister.li/Forum-Coding) +--- Forum: Coding (https://sinister.li/Forum-Coding--71) +--- Thread: Checkout bot development (/Thread-Checkout-bot-development) |
Checkout bot development - Regularshrink - 05-29-2024 Hey all, what steps would you would recommend I should take to go from a total noob in coding to developing a checkout bot for things like sneakers and such. I would appreciate any advice. RE: Checkout bot development - hexexom - 06-05-2024 Learn a programming language and study HTTP requests. Use Fiddler or Burp Suite to inspect the web requests for the target page. You want to emulate the checkout steps that you do in your browser with code. |