Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 489 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 489 Bytes

A work-in-progress project. Ultimately, the goal is to create a bot that will:

  1. Perform a GET request on a given URL
    1. Custom headers maybe too
    2. Session control?
  2. Parse the data from the response
    1. HTML/XML/JSON/PDF/?
  3. Store as a snapshot
  4. Compare to previous snapshot
  5. If different, send an alert
    1. Email/push notification/webhook

With the following features:

  • Run change checks at user-provided intervals, customizable per URL
  • Run change checks manually