A python implementation to check and buy supreme clothes.
Supreme(http://www.supremenewyork.com/) is popular fashion brand that based in New York. Being popular among young people, its clothes often seold out very quickly right after the realease. This code is to monitor the new releases, and will immediately buy your favorite item once it became in store.
- Python (https://www.python.org/)
- selenium library in python (http://selenium-python.readthedocs.org/). Install by
pip install selenium
- Fill the options.json with your shipping address and credit card information
- Run the 'supreme_v2.py' script. Run
python supreme_v1.py
in terminal.