Skip to main content

Monitor URLs for changes

Project description

buildstatus coverage

Monitor URLs for changes

Quick Start

keepaneyeon is configured with YAML. The following configuration will download the URLs http://httpbin.org/html and http://httpbin.org/bytes/128. It will store the results in S3.

storage:
  - &aws !storage/s3
    access_key: <...>
    secret_access_key: <...>
    path: 's3://bucket/path'

downloaders:
  - &http !downloader/http {}

targets:
  - !target
    name: static
    downloader: *http
    url: 'http://httpbin.org/html'
    store: *aws

  - !target
    name: dynamic
    downloader: *http
    url: 'http://httpbin.org/bytes/128'
    store: *aws

If config.yaml contains the above configuration, you can execute the download with:

keepaneyeon config.yaml

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

keepaneyeon-0.1.0.tar.gz (3.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page