Skip to content
This repository was archived by the owner on Dec 12, 2020. It is now read-only.

sleeyax/ibood-notifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ibood-notifier

This script will notify you whenever a new deal appears on ibood.com.

Example

const {watchibood} = require("./src/ibood");
const DummyNotification = require("./src/notifications/dummy-notification");
const language = require("./src/languages");

watchibood({
    // Notification method
    notification: new DummyNotification(),
    
    // Your language (deals will be scraped in this language)
    language: language.BE,
    
    // Check the homepage every x SECONDS
    interval: 3600,
    
    // Filter deals by keyword
    keywords: ['pc', 'smartphone', 'tablet', 'wenger', 'bluetooth'] 
});

For more possible use scenarios see the examples directory.

Screenshots

discord notification screenshot

About

ibood scraper and notifier of new deals

Topics

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors