diff --git a/README.md b/README.md index 7bdcd83ad3d4147a08cf8e308d650a349db8a7f2..48e156484abba86ba067c8494139c117b96434ae 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 26aabef25817ffb7ebadd032559bca58e86a35bd..2039d4e58d2449350448d429e29efe244dfc9180 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