This bot check if the product is available and if, its open the (chrome) browser and add it to the cart.
You need to have python3 and virtualenv and chrome with chromedriver installed
Chrome driver can be downloaded from https://sites.google.com/a/chromium.org/chromedriver/downloads
brew install cairo pkg-config gobject-introspection
Mac
python3 -m pip install --user virtualenv
Windows
py -m pip install --user virtualenv
Create and activate a virtaulenviroment
Mac
python3 -m venv venv
source venv/bin/activate
Windows
python3 -m venv venv
.\venv\Scripts\activate
Run
pip3 install -r requirements.txt
Stop virtualenv
close terminal or run deactivate
python main.py --email=<your email> --password=<your password> --productId=<product id> --timeout=120 --directorder
if you direct want to open the default payment method
this is the amount of seconds that the script check if product is available
Playstation 5 = 9300000004162282
Chromecast = 9200000049577657
You can find the product ID in the url
This is for advance users. I don't deliver any support. I'm not responsable of bad or ilegal use of this application.