Selenium Python Webdriver, that searchs and buys products from Supremenewyork.com during drop time at 11:00 AM EST. Each item to search for creates a new separate bot.
pip install -r requirements.txt
Edit src/customer.json file to find exactly what items you want to search. Customer.json allows the following
Clothing article name
- jackets
- shirts
- pants
- sweatshirts
- sweaters
- hats
- bags
- shoes
- skate
- t-shirts
- accessories
Fields
- name : [Any name without specal characters inside]
- color : ['Red','Gold','Pink'..etc]
- size : ['S','M','L','XL']
Payment Information
- name
- phone
- address
- apt_num
- zip
- town
- card
- cvv
- state
- country
- card_expiration_month
- card_expirtaion_year
=== See customer.json for template example ===
ShopBot runs multiple bots depending on number of items added to customer.json . User would have to monitor each terminal window to check if item is in the checkout proceess, then manually solve reCaptcha themselves.