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 details)

Uploaded Source

File details

Details for the file keepaneyeon-0.1.0.tar.gz.

File metadata

  • Download URL: keepaneyeon-0.1.0.tar.gz
  • Upload date:
  • Size: 3.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for keepaneyeon-0.1.0.tar.gz
Algorithm Hash digest
SHA256 53177ed1f48176166bff55d91abaa282454627cc418420f09df6684bf0ea7419
MD5 2808ab222d4f33efbd37ed02cb3b87c7
BLAKE2b-256 e0dc063a15f356a187d8ec4fb25c5612de8d6fec7bfc44d8a8af3d26dedd6f4a

See more details on using hashes here.

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