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

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