[TOC]
This scripts aims to buy things from taobao/JD web page and android APPs
device | vandors | support |
---|---|---|
web | taobao | yes |
JD | No | |
android device | taobao | No |
JD | No |
or HTML table like:
device | vandor | support |
---|---|---|
chrome | Taobao | YES |
JD | NO | |
msEdge | Taobao | YES |
JD | NO | |
android | Taobao | NO |
JD | NO |
To Prepare: You need to add all that you want to buy into your carts.
You need download the chromeDriver.exe on your laptop. And make sure the path of exe is in the system PATH.
And then run
python3 buy_now_test.py
You can change code to adjust the buying time.
coming soon. emm maybe not so soon
You can use following code to download a MsEdgeDriver.exe
b_op = browser_operations()
b_op.download_driver()
Please note that driver version may be obselete. You can change the site to get the proper driver.
You can directly run:
python3 browser_op.py
even without download driver by yourself.
coming not soon
I'm working on intalling adb.... Sorry