Skip to content
forked from lord63/isitup

Check whether a website is up or down.

License

Notifications You must be signed in to change notification settings

wsdmatty/isitup

 
 

Repository files navigation

isitup

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.

About

Check whether a website is up or down.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.9%
  • Makefile 2.1%