azerpas / nike-snkrs-pass-monitor

Monitor SNKRS API to get alerted whenever a new SNKRS PASS is available

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nike SNKRS PASS Monitor

Created this monitor to alert my followers of potential SNKRS PASS upcoming releases.
The script is currently running on an AWS Lambda instance for tests purposes.
Once it's mature enough, I will add support for Twitter (@azrpas) and add the Discord link, it will be free with optional sponsoring to pay for proxies fees.

Do not hesitate to contact me at: anthony@smbs.io

Contribute

Do not hesitate to fork and pull request !

Setup

WIP

# DISCORD USER ID
USER=
# PROXY URL: http://[username][:][password][@]ip:port
PROXY=
# API SNKRS URL
URL=
# DISCORD WEBHOOK URL
WEBHOOK=

# SNKRS PARAMETERS
UPCOMING=true
ANCHOR=0
LANG="fr"
MARKETPLACE="FR"
EXCLUSIVE_ACCESS=true

About

Monitor SNKRS API to get alerted whenever a new SNKRS PASS is available

License:GNU Affero General Public License v3.0


Languages

Language:Python 98.6%Language:Shell 1.4%