/aliasvaluescraper

This repository checks prices on alias with input data via discord.

Primary LanguagePythonMIT LicenseMIT

Alias Sneaker Price comparator for VAT registered companies

This python repository is used to check for sneaker prices. It takes in a given webhook and your countries VAT amount (e.g. Germany -> 19% VAT -> 1.19 as input) It deducts VAT from the bought shoe.

The checker includes:

  • Sales Volume for each size -> Calcualtes the days it took to sell 10 pairs.
  • Profit after all fees
  • Price in euro, taken from current exchange rate USD/EUR
  • proxy handling, create a proxies.txt file in the folder and input proxies

You can check a sneaker by sending a webhook in your channel with: !a {SKU} {price} where SKU is the sneakers SKU and price is the sneakers price you paid for it.

Example webhook with following input:

!a 408452-017 150

Bildschirm­foto 2023-06-12 um 16 46 44

To run the program go to main.py -> input webhook discord url at the top and your discord bot token at the end of the script