Skip to content

RobinLandraud/SeekSneak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SeekSneak

Python Lover Built with Love

Table of Contents

Introduction

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.

Sneakers

Our algorithm scrapes the sites for you and uses their APIs.

Features

Already severals APIs Available:

  • StockX
  • Restocks
  • Goat

APIs coming soon:

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

User Guide

Prerequisite:

Here is the list of languages, package manager and libraries useful for deploying the bot :

  • Python 3.8.10
  • pip 22.0.3

Python Libraries:

  • 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

Deploying

  1. After installing all dependencies, please clone the repository:

    $ git clone [email protected]:RobinLandraud/Sneaker.git
  2. To launch the bot on your browser, launch the main.py file at the root of the repository:

    $ ./main.py

    OR

    $ python main.py
  3. 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)

Proxies

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

Contributing

SeekSneak welcomes any contributions from anyone! Please make SeekSneak a better tool for every reseller!

Work on my Machine

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published