A very simple Shopify Bot to self checkout using Python and Selenium.
Download chromedriver and save in the checkout-shopify
folder.
- Add your
user information
for the checkout. - Change
domain
andhandle
details. - Change
shoeSize
andquantity
.
➜ checkout-shopify git:(master) ✗ python checkout-shopify.py
1. Added to the cart...
2. Selecting Shipping...
3. Filling up Payment...
4. Credit Card details ready...
5. Processing payment...
Order #1026
('Checkout total: ', 26.51839303970337, 'seconds.')
The script was tested in the Culture Kings store therefore you might need to change a few details depending on the Shopify Store.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.