Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/afzl210/salespy

A notification bot that watches product prices and alerts users of any drops
https://github.com/afzl210/salespy

amazon cheerio nodejs twilio-sms-api web web-scraper

Last synced: 10 days ago
JSON representation

A notification bot that watches product prices and alerts users of any drops

Awesome Lists containing this project

README

        

# SaleSpy

A notification bot that watches product prices and alerts users of any drops

## Installation

clone the `SaleSpy` repo

```bash
git clone https://github.com/AFZL210/SaleSpy.git
cd SaleSpy
```

install dependencies

```bash
npm install
```

update `twilio credentials` in `index.js` file

![1](https://user-images.githubusercontent.com/79896602/231786259-5fae98ce-1e3d-4954-af42-3daf518c1093.png)

run `index.js`

```bash
node index.js
```

## Demo

https://user-images.githubusercontent.com/79896602/233851616-d736bd6e-8379-429f-aad1-8606ed31b100.mp4

## Screenshots

![2](https://user-images.githubusercontent.com/79896602/231786252-bab73ac5-e5b3-4f74-b082-1096f0c673bb.jpg)