claudiobosetti / SupremeDropBot

A Python bot for buying stuff during drops on https://www.supremenewyork.com/shop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SupremeDropBot in Python 🐍 πŸ‘•

A Python bot for buying stuff during drops on https://www.supremenewyork.com/shop 🐍 πŸ”₯

Requirements πŸ“„

  • Python 3.7+
  • Selenium
  • Google Chrome and chromedriver

Installation βš™οΈ

py -m pip install selenium
python3 -m pip install selenium

Run πŸƒ

Setup script (editable values) πŸ”§

Edit variables into constant.py

"product_url": "https://www.supremenewyork.com/shop/", # Product URL
"name": "Name and Surname", # Name and Surname
"email": "example@domain.com", # Email
"address": "Address", # Street Address
"zip": 12345, # ZIP
"phone_number": 1234567890, # Phone Number
"card_number": 1234567890123456, # Card Number 
"cvv": 123 # CVV 

Start script πŸš€

py main.py
python3 main.py

LICENSE ©️

LICENSE

About

A Python bot for buying stuff during drops on https://www.supremenewyork.com/shop

License:MIT License


Languages

Language:Python 100.0%