By: Zaid Albustami
- Check a product page for stock every 10 seconds
- Send a SMS message to phone number when restocked (or bought)
- Automatically purchase re-stocked item
- Run in background (no pesky selenium browser)
- Works for any amazon product (Choose product options before copying link)
To be able to send a text message to your phone you need a Twilio account
A trial one is free and good for a decent number of messages to a person phone number
Once made, take Auth token and SID and replace the os.env variables with the respective keys
The rest is self explanatory, click run