From 6ee46b173502694b48a2e50c9afc5859fef5ccf3 Mon Sep 17 00:00:00 2001 From: John Titus <john.titus@gmail.com> Date: Tue, 31 Mar 2020 18:28:08 -0400 Subject: [PATCH] Updated readme and items --- README.md | 4 ++++ items.json | 6 +----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7bdcd83..48e1564 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ Monitors Amazon and sends a text when watched products become available. It will send a text at most once per day per product. +**Note** + +Requires a Twilio account. + ## Installation 1. Clone this repo. diff --git a/items.json b/items.json index 26aabef..2039d4e 100644 --- a/items.json +++ b/items.json @@ -1,9 +1,5 @@ { "items": [ - { - "name": "Charmin TP", - "url": "https://www.amazon.com/gp/product/B0798C1NYR/ref=ppx_yo_dt_b_search_asin_title?ie=UTF8&psc=1" - }, { "name": "Presto Paper Towels", "url": "https://www.amazon.com/gp/product/B07QY8P3B1/ref=ppx_yo_dt_b_asin_title_o00_s00?ie=UTF8&psc=1" @@ -15,7 +11,7 @@ { "name": "test tshirt", "url": "https://www.amazon.com/Jerzees-Heavyweight-Sleeve-T-Shirt-Heather/dp/B00BBW7REI/ref=sr_1_1?dchild=1&keywords=tsjort&qid=1585676131&sr=8-1", - "found": "2020-03-31T21:44:33.609Z" + "found": "2020-03-31T22:27:43.373Z" } ] } \ No newline at end of file -- GitLab