https://github.com/holasoymas/daraz-scraper
Notify when the prices of a product goes down in Daraz and email us
https://github.com/holasoymas/daraz-scraper
notify-users price-tracker scraping-websites
Last synced: about 2 months ago
JSON representation
Notify when the prices of a product goes down in Daraz and email us
- Host: GitHub
- URL: https://github.com/holasoymas/daraz-scraper
- Owner: holasoymas
- License: unlicense
- Created: 2025-03-07T16:17:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-11T16:07:32.000Z (over 1 year ago)
- Last Synced: 2026-01-01T05:46:54.146Z (5 months ago)
- Topics: notify-users, price-tracker, scraping-websites
- Language: TypeScript
- Homepage:
- Size: 2.78 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## DarazScraper, a web scraping site where it tracks the products price and notify us when it is the best time to buy.
### Install dependencies
```bash
npm install
# or
pnpm install
#or
yarn install
#or
bun install
```
### Setup Environments variables
Create `.env` file in your root directory, then
```.env
BRIGHT_DATA_USERNAME=username_of_brightdata
BRIGHT_DATA_PASSWORD=password_of_brightdata
# MONGODB
MONGODB_URI=YOUR_MONGO_URI
#FOR MAIL SENDING
MAIL_USER=youremail@mail.com
MAIL_PASS="your pass"
```
**_NOTE:_** __*Don't forget to put environments variables of yours.*__
Then, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.