GithubHelp home page GithubHelp logo

christoshadjichristofi / cron-scraper-notifier Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 11 KB

Scheduler which scrapes every X minutes a website and notifies if a set of words is found in the doc via mail

License: MIT License

JavaScript 100.00%
cron-job nodejs scheduler scraper sendgrid web-scraper

cron-scraper-notifier's Introduction

cron-scraper-notifier

This simple scheduler makes a get request to a website, scrapers announcements and if any of this announcements include some specific words, a mail is sent. When these words are found, the scheduler stops. **It is possible that the scraper logic on how the words are found might need modifications, depending on what you want to scrape.**.
Byte Code Size # Lines of Code # Languages Used Top language Last commit

.ENV format

MINUTES="<Every X minutes the scheduler runs>"
URL_TO_SCRAPE="<The website you want to scrape>"
DOM_TRAVERSAL="<The elements to be traversed and scraped in the HTML>"
WORDS="<List of words to be found, given as string separated by commas>"
SENDGRID_API_KEY="<Sendgrid api key>"
RECIPIENTS="<List of recipients, given as string separated by space>"
SENDER="<Mail which sends the notification>"

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.