Skip to content

Selenium Python Webdriver, that searchs and buys Supreme items from supremenewyork.com

Notifications You must be signed in to change notification settings

solisedwin/ShopBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ShopBot

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.

Getting Started

pip install -r requirements.txt

Deployment

Edit src/customer.json file to find exactly what items you want to search. Customer.json allows the following

1.) Items

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']

2.) Payment

Payment Information

  • name
  • email
  • phone
  • address
  • apt_num
  • zip
  • town
  • card
  • cvv
  • state
  • country
  • card_expiration_month
  • card_expirtaion_year

=== See customer.json for template example ===

Note

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.

About

Selenium Python Webdriver, that searchs and buys Supreme items from supremenewyork.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages