项目作者: yasserqureshi1

项目描述 :
A collection of web monitors that notify of restocks or updates on sneaker related sites through Discord Webhook. This includes Shopify, Nike SNKRS (supports 42 countries), Supreme and now Footsite monitors!
高级语言: Python
项目地址: git://github.com/yasserqureshi1/Sneaker-Monitors.git
创建时间: 2020-09-07T14:55:37Z
项目社区:https://github.com/yasserqureshi1/Sneaker-Monitors

开源协议:MIT License

下载


Sneaker Monitors

A collection of web monitors that notify of restocks or releases on sneaker related sites through Discord Webhook

[!NOTE]
No longer updated or supported. Should still work - join my Discord for support here.

About the Project

This project is aimed at providing web-monitors for various sites to the sneaker community for free.
A monitor is a tool that tracks and alerts about changes on website.
These monitors currently notify if a restock or release occurs via Discord Webhook on popular sneaker releated websites.

Today, competition to purchase sneakers is getting increasingly difficult with resellers using paid automated tools to give them a massive advantage over everyone else.
As such, I have and will continue to develop monitors that will help those members that struggle to finally get the sneakers they want.

Below is a screenshot of the SNKRS monitor in action…



Monitors

Currently the sites that have monitors are:

  • All Shopify sites (e.g. Palace Skateboards, Hanon Shop, OVO, shopnicekicks.com, BDGA Store, Noir Fonce, Travis Scott, etc.)
  • Supreme
  • Nike SNKRS (Supports 42 countries - see the associated README file)
  • Nike
  • Footsites (Footlocker UK, US and AU)
  • Ssense
  • Zalando (UK)
  • Off-Spring (UK)
  • Snipes
  • Sivasdescalzo

Basic Steps

Youtube Link here.

  1. Clone or Download the repository
    • Clone:
      1. git clone https://github.com/yasserqureshi1/Sneaker-Monitors.git
    • Download: Click on the green Code button and click on Download ZIP. Then unzip this folder
  1. Install Dependencies

    • Ensure you have Python 3+ and pip installed.
    • To install the dependencies, navigate to the cloned directory in Terminal or Command Prompt and use the command:
      1. pip install -r requirements.txt
  2. Configure the monitor you want to run by editting the config.py file within that folder.

  3. To start the monitor, you should run the monitor.pyfile. You can use the following command:

    1. python monitor.py

    NOTE: The script needs to be running continuously for it to keep monitoring websites. As such, you should host it on a server. I have a YouTube tutorial on this here. However, I suggest testing this out on your PC before using a server.

License

Distributed under the GNU General Public License v3.0 License. See LICENSE for more information. Selling this code without my consent is strictly prohibited. If sharing this or an updated copy of this repo requires this repo to be made freely available.