Skip to main content

Check whether a website is up or down

Project description

Latest Version Build Status

Is it up?

Check whether a website is up or down. Using isitup’s API. Inspired by is-up.

Install

$ pip install isitup

Usage

  • CLI

    $ isitup github.com
    Yay, github.com is up.
    It took 0.022 ms for a 301 response code with an ip of 192.30.252.130
  • API

    >>> from isitup.main import check
    >>> check('github.com')
    u'Yay, github.com is up.\nIt took 0.022 ms for a 301 response code with an ip of 192.30.252.130'

License

MIT.

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

isitup-0.3.1.tar.gz (3.3 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