Login Register






Checkout bot development filter_list
Author
Message
Checkout bot development #1
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.

Reply

RE: Checkout bot development #2
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.

Reply