A supreme bot, written in python, to grab a list of specified products before they sell out! (Not currently in development due to captcha)
Selenium, BeautifulSoup4, pygubu, Requests, Splinter
Chrome must be installed.
- Download and unzip latest release.
- Run main.exe
- Download source.
- Install all dependencies with pip.
- Install chromedriver, and ensure it is added to the system path.
- Run main.py
- Shrink cx_freeze compile size, by selecting/ using less packages.
- Wait until Drop function.
- Save Product list in json.
- Allow user to choose which browser/driver to use in selenium.
- Optimize/cleanup search function.
- Add proxy support.
- Add all countrys, and add full international support.
- Find form objects by xpath, rather than id.