https://github.com/kalkih/inet-notifier
A simple script to notify about product availability on electronics retailer Inet.se.
https://github.com/kalkih/inet-notifier
bot inet notifications web-scraping
Last synced: about 1 year ago
JSON representation
A simple script to notify about product availability on electronics retailer Inet.se.
- Host: GitHub
- URL: https://github.com/kalkih/inet-notifier
- Owner: kalkih
- Created: 2022-12-13T17:27:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-18T14:58:44.000Z (over 3 years ago)
- Last Synced: 2025-03-31T01:51:28.482Z (about 1 year ago)
- Topics: bot, inet, notifications, web-scraping
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# inet-notifier
> A simple script to notify about product availability on electronics retailer [Inet.se](https://www.inet.se).
## Requirements
- [Node.js](https://nodejs.org/en/)
## Usage
1. Install the dependencies with `npm install`.
2. Edit the `.env` file with your search term and optional keyword to ignore then run the script with `npm start`.
The script will send you a desktop notification when a product is available, clicking the notification will take you directly to the product page.