Skip to content

loks0n/supreme-drop-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.
  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.