Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/loks0n/supreme-drop-bot

A supreme web bot, written in python, to grab a list of specified products, and checkout before they sell out!
https://github.com/loks0n/supreme-drop-bot

autocomplete beautifulsoup python-3-6 selenium splinter supreme supreme-bot supreme-product supremewebstore tkinter

Last synced: about 18 hours ago
JSON representation

A supreme web bot, written in python, to grab a list of specified products, and checkout before they sell out!

Awesome Lists containing this project

README

        


Logo




A supreme bot, written in python, to grab a list of specified products before they sell out! (Not currently in development due to captcha)




Screenshot

## Dependencies
Selenium, BeautifulSoup4, pygubu, Requests, Splinter

## Use/Install
Chrome must be installed.

#### Windows
1. Download and unzip [latest release](https://github.com/loks0n/Supreme-Drop-Bot/releases).
2. Run main.exe

#### Linux/Other
1. Download source.
2. Install all dependencies with pip.
3. Install chromedriver, and ensure it is added to the system path.
4. Run main.py

## Todo
1. Shrink cx_freeze compile size, by selecting/ using less packages.
2. Wait until Drop function.
3. Save Product list in json.
4. Allow user to choose which browser/driver to use in selenium.
5. Optimize/cleanup search function.
6. Add proxy support.
7. Add all countrys, and add full international support.
8. Find form objects by xpath, rather than id.