awm-crawler

CLI

usage: awm-crawler [-h] [-d] [-v] [-c CONFIG]

Periodically monitor website status and publish to kafka

optional arguments:
  -h, --help            show this help message and exit
  -d, --debug           set loglevel to DEBUG
  -v, --verbose         set loglevel to INFO
  -c CONFIG, --config CONFIG
                        path to the config file. Default:
                        /home/docs/.config/awm/config.json

Module

Periodically monitor website status and publish to kafka

awm.crawler.main()

main entry point for the persister service. This is used by the executable awm-persister