Skip to content

Latest commit

 

History

History
60 lines (42 loc) · 1.45 KB

README.md

File metadata and controls

60 lines (42 loc) · 1.45 KB

Bol.com order bot

This bot check if the product is available and if, its open the (chrome) browser and add it to the cart.

Install

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

Usage

python main.py --email=<your email> --password=<your password> --productId=<product id> --timeout=120 --directorder

The direct order option is optional.

if you direct want to open the default payment method

The timeout is default 120 (seconds).

this is the amount of seconds that the script check if product is available

Example product IDS

Playstation 5 = 9300000004162282
Chromecast = 9200000049577657

You can find the product ID in the url

Disclaimer

This is for advance users. I don't deliver any support. I'm not responsable of bad or ilegal use of this application.