Skip to content

JS scraper that get's the latest update on the "Ontario Immigrant Nominee Program Updates" page

License

Notifications You must be signed in to change notification settings

tuliof/oinp-updates-scraper

Repository files navigation

OINP Scraping and notify agent

Deploy to AWS Lambda

JS scraper that get's the latest update on the "Ontario Immigrant Nominee Program Updates" page, if a new update is found, it sends an SMS to notify.

OINP 2020 Updates page: https://www.ontario.ca/page/2020-ontario-immigrant-nominee-program-updates

How to run

  1. npm install
  2. cp .env_example .env
    1. Obs.: .env_example has development defaults.
  3. npm start

Tasks

  • Scrap the OINP page
  • Send notification
  • Add an example .env
  • Add a feature flag on .env to toggle sending SMS
  • Modify script to run in AWS Lambda
  • Read phone numbers from the DB
  • Scrap other provincial program sites

References:

About

JS scraper that get's the latest update on the "Ontario Immigrant Nominee Program Updates" page

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published