Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 772 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 772 Bytes

Amazon Stock Scraper

Amazon In-Stock Notification App/Script

Capabilities

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

Set-up

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