Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 871 Bytes

TODO.md

File metadata and controls

23 lines (19 loc) · 871 Bytes

Todo for Dealer

Tracking

  • search for all the available links in the domain and list all
  • persists keywords tagged with interval (e.g daily, instant, hourly)
  • watches pages whether the keywords appear or not
      for each keyword:
          keyword.prio < page_link.last_call:
              check whether the keyword exists in the page
    
  • calling every minutes for update
  • take any link and check for keyword often
  • take whole page hash it and persists it to avoid repeated keyword search
  • while doing next check for the hash if change then do the keyword check
  • persists appeared keywords to queue for Notification

Notification