Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

GOAT

GOAT script that allows you to check prices of a specific sneaker based on SKU.

Installation

Use the package manager pip to install discord_webhook and requests

Python Discord Webhook API

  1. Install Requirements
$ cd GOAT_API_DIRECTORY
$ pip install -r requirements.txt
  1. To run
$ cd GOAT_API_DIRECTORY
$ python api.py

Usage

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

Future Updates

  • Add GOAT recommendations from API
  • Add UI

License

MIT

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages