pip3 install -r requirements.txt
- Get product name
- Get last sale
- Get average of last 3 sales
- Get highest bid
- Get lowest ask
- Set desired currency
config.json
- Set currency and starting row.
- Set the user agent of the browser you will be using to solve any captcha.
- Fill in style code and size in the workbook provided.
- Open terminal or command prompt and cd to the directory.
- python3
stockx-inventory-updater.py
- Results will be output to
stock_book_output.xlsx
- 403 errors are caused by too many requests from the same IP in a short time.
Once encountered, click here on the incognito browser that you have set the user agent of and solve the captcha. The workaround now would be to change the starting row if the script encounters a 403 to continue from there.
Feel free to report any bugs running the script.
- Autorun script daily or weekly (tough with dem captchas)
- Notify user if desired price is far off the average sale or last sale