Skip to content

Get text alerts when products become available on Amazon.

License

Notifications You must be signed in to change notification settings

fishtenors/bungholio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bungholio

Monitors Amazon and sends a text when watched products (like TP) become available. It will send a text at most once per day per product.

Note

Requires a Twilio account.

Installation

  1. Clone this repo.
  2. Modify items.json with the name and url of products you want to watch.
  3. Create a .env file with the following Twilio attributes
accountSid=twilioSid
authToken=TwilioAuthToken
twilioFrom='+yourTwilioPhoneNumber'
twilioTo='+phoneNumberToText'
  1. Run it
   node index.js

About

Get text alerts when products become available on Amazon.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%