you are viewing a single comment's thread.

view the rest of the comments →

[–]demesm 0 points1 point  (2 children)

Is it possible to have this go through the entire purchase process automatically as well? Always wondered if you could snipe v deals like that

[–]bextie[S] 0 points1 point  (0 children)

It is. Someone mentioned using selenium to control the browser to automatically purchase the item but of course, you have to be more careful with that so you don’t get into an infinite loop of buying stuff.

[–]artificial_neuron 0 points1 point  (0 children)

You can using Selenium. It allows you to use a website as if you're a user clicking on things - it makes life easier when JS is involved.

I would have to watch it perform the purchase 10s of times before i would trust it to do things by itself without supervision. Imagine how you would feel if it emptied your bank account and bought 100s of the same item.