Pings Amazon, Target, PlayStation Direct, and BestBuy every 20 seconds to see if PS5 Digital Edition is available.
yarn install
&
Create a .env file with the following key value pairs:
TWILIO_ACCOUNT_SID=
TWILIO_AUTH_TOKEN=
FROM_PHONE_NUMBER=
TO_PHONE_NUMBER=
BEST_BUY_API_KEY=
- BestBuy API Key can be generated here.
- Twilio account required to receive text messages and phone calls.
- Requires Node and Yarn to be globally installed.
yarn start
This also exists.