GOAT script that allows you to check prices of a specific sneaker based on SKU.
Use the package manager pip to install discord_webhook and requests
- Install Requirements
$ cd GOAT_API_DIRECTORY
$ pip install -r requirements.txt- To run
$ cd GOAT_API_DIRECTORY
$ python api.py- In order to use the script, change the pid variable to any SKU.
- Input a valid discord webhook to send all data
from discord_webhook import DiscordWebhook, DiscordEmbed
webhook_url = 'https://discordapp.com/api/webhooks/...'
webhook = DiscordWebhook(webhook_url)
pid = 'AJ4219-400'- Add GOAT recommendations from API
- Add UI
