Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/afzl210/salespy
- Owner: AFZL210
- Created: 2023-04-03T15:19:07.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-23T16:20:04.000Z (over 1 year ago)
- Last Synced: 2024-11-07T09:27:57.587Z (2 months ago)
- Topics: amazon, cheerio, nodejs, twilio-sms-api, web, web-scraper
- Language: JavaScript
- Homepage:
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)