Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 17 days ago
JSON representation
A supreme web bot, written in python, to grab a list of specified products, and checkout before they sell out!
- Host: GitHub
- URL: https://github.com/loks0n/supreme-drop-bot
- Owner: loks0n
- Created: 2017-03-01T20:25:45.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-10-06T21:00:58.000Z (over 5 years ago)
- Last Synced: 2025-01-18T09:45:23.690Z (23 days ago)
- Topics: autocomplete, beautifulsoup, python-3-6, selenium, splinter, supreme, supreme-bot, supreme-product, supremewebstore, tkinter
- Language: Python
- Homepage: https://github.com/loks0n/Supreme-Drop-Bot
- Size: 4.62 MB
- Stars: 81
- Watchers: 8
- Forks: 17
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
A supreme bot, written in python, to grab a list of specified products before they sell out! (Not currently in development due to captcha)
![]()
## 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.