All Projects → johntitus → Bungholio

johntitus / Bungholio

Licence: mit
Get text alerts when products become available on Amazon.

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Bungholio

Dasshio
Hass.io add-on to easily use Amazon Dash Buttons with Home Assistant
Stars: ✭ 140 (-19.54%)
Mutual labels:  amazon
Notifme Sdk
A Node.js library to send all kinds of transactional notifications.
Stars: ✭ 1,854 (+965.52%)
Mutual labels:  sms
Aws Toolkit Azure Devops
AWS Toolkit for Azure DevOps
Stars: ✭ 165 (-5.17%)
Mutual labels:  amazon
Serverless Dynamodb Autoscaling
Serverless Plugin for Amazon DynamoDB Auto Scaling configuration.
Stars: ✭ 142 (-18.39%)
Mutual labels:  amazon
Android Silent Ping Sms
Silent Ping SMS for Android (does not require rooted device)
Stars: ✭ 144 (-17.24%)
Mutual labels:  sms
Dynasty
Dynasty - Promise-based, clean DynamoDB API
Stars: ✭ 157 (-9.77%)
Mutual labels:  amazon
Google Messages For Desktop
A "native-like" OS X, Windows, & Linux desktop app for Google Messages
Stars: ✭ 140 (-19.54%)
Mutual labels:  sms
Chatskills
Run and debug Alexa skills on the command-line. Create bots. Run them in Slack. Run them anywhere!
Stars: ✭ 171 (-1.72%)
Mutual labels:  amazon
Nager.amazonproductadvertising
.NET Amazon Product Advertising Client
Stars: ✭ 147 (-15.52%)
Mutual labels:  amazon
Cognito Express
Authenticates API requests on a Node application by verifying the JWT signature of AccessToken or IDToken generated by Amazon Cognito.
Stars: ✭ 165 (-5.17%)
Mutual labels:  amazon
Voipms Sms Client
Popular Android messaging app for VoIP.ms, a Canadian VoIP provider
Stars: ✭ 142 (-18.39%)
Mutual labels:  sms
Machine Learning Using K8s
Train and Deploy Machine Learning Models on Kubernetes using Amazon EKS
Stars: ✭ 145 (-16.67%)
Mutual labels:  amazon
Django Herald
A Django messaging library
Stars: ✭ 159 (-8.62%)
Mutual labels:  sms
Django Amazon Price Monitor
Monitors prices of Amazon products via Product Advertising API
Stars: ✭ 141 (-18.97%)
Mutual labels:  amazon
Asin
📚 📦 Amazon Simple INterface - Support for ItemLookup, SimilarityLookup, Search, BrowseNode and Cart Operations
Stars: ✭ 168 (-3.45%)
Mutual labels:  amazon
Amazonbigspider
😱Full Automatic Amazon Distributed Spider | 亚马逊分布式四国际站采集选款产品|账号admin,密码adminadmin
Stars: ✭ 140 (-19.54%)
Mutual labels:  amazon
Aws Sdk Perl
A community AWS SDK for Perl Programmers
Stars: ✭ 153 (-12.07%)
Mutual labels:  amazon
Multiotp
multiOTP open source strong two factor authentication PHP library, OATH certified, with TOTP, HOTP, Mobile-OTP, YubiKey, SMS, QRcode provisioning, etc.
Stars: ✭ 173 (-0.57%)
Mutual labels:  sms
Amazon Sde Test Series
This repository includes all the interview preparation questions for Amazon SDE role
Stars: ✭ 167 (-4.02%)
Mutual labels:  amazon
Android Http Server
A complete zero-dependency implementation of a web server and a servlet container in Java with a sample Android application.
Stars: ✭ 158 (-9.2%)
Mutual labels:  sms

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. npm install or yarn install
  3. Modify items.json with the name and url of products you want to watch.
  4. Create a .env file with the following Twilio attributes
accountSid=twilioSid
authToken=TwilioAuthToken
twilioFrom='+yourTwilioPhoneNumber'
twilioTo='+phoneNumberToText'
  1. Run it
   node index.js
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].