SeekSneak is a bot to find the best prices to buy and resell sneakers. It compares inventory and other information across many sites to give you the best choices for making money buying and selling. Simply type the desired pair into our search tool.
Our algorithm scrapes the sites for you and uses their APIs.
- StockX
- Restocks
- Goat
- Flight Club
- Wethenew
Many websites and data will be added to our bot to improve its research and give you the most relevant results possible.
Here is the list of languages, package manager and libraries useful for deploying the bot :
- Python 3.8.10
- pip 22.0.3
- werkzeug
$ pip install Werkzeug
- flask
$ pip install Flask
- flask_login
$ pip install Flask-Login
- flask_wtf
$ pip install Flask-WTF
- flask_ckeditor
$ pip install Flask-CKEditor
- sqlalchemy
$ pip install SQLAlchemy
- beautifulsoup4
$ pip install beautifulsoup4
- requests
$ pip install requests
- json
$ pip install json
-
After installing all dependencies, please clone the repository:
$ git clone [email protected]:RobinLandraud/Sneaker.git
-
To launch the bot on your browser, launch the main.py file at the root of the repository:
$ ./main.py
OR
$ python main.py
-
After testing all the proxies, your command prompt should show you the url on which you can use the bot with a web GUI. Here is an example:
$ Running on http://127.0.0.1:5000 (Press CTRL+C to quit)
Our bot uses a list of proxies in order to avoid captcha and to be as fast and secure as possible. You can change or modify this list from the proxies.txt file available at the root of the project.
To add a proxy, please give the information in order separated by a colon: IP, PORT and TYPE. Here is an example:
$ 166.111.185.77:7078:HTTP
SeekSneak welcomes any contributions from anyone! Please make SeekSneak a better tool for every reseller!