Giter Site home page Giter Site logo

supreme-bot's Introduction

supreme-bot

Automates purchases for newyorksupreme.com product drops.

Usage:

STEP ONE

$ git clone https://github.com/jg-fisher/supreme-bot
$ cd supreme-bot
$ virtualenv venv --python=python3.7
$ pip install -r requirements.txt

STEP TWO

Create a config.py file in the local directory that looks similar to this for each order you are placing.

keys = {
        "product_url": "https://www.supremenewyork.com/shop/bags/gwdz8oy2a/ya1zks84e",
        "name": "John Fisher",
        "email": "[email protected]",
        "phone_number": "6789998212",
        "street_address": "Forest Hills Dr.",
        #"city": "Timbuktu", this is autofilled
        "zip_code": "91601",
        "card_cvv": "666",
        "card_number": "1228199669918221"
}

STEP THREE

You may have to download the correct chromedriver for you operating system (Linux/OSX/Windows), put the chromedriver the supreme-bot directory with the script.

chromdriver: http://chromedriver.chromium.org/downloads

STEP FOUR

$ python bot.py

supreme-bot's People

Contributors

jg-fisher avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.