• Stars
    star
    4
  • Rank 3,297,788 (Top 66 %)
  • Language
    Python
  • License
    MIT License
  • Created over 9 years ago
  • Updated almost 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

CLI website status checker based on isitup.org

isup

Travis Version GitHub license

Simple console website status checker based on isitup.org. isup supports Python 2.7 β€” 3.5

Installation

pip install isup

Usage

It can be used as s command line tool:

$ isup google.com
It's just you. google.com is up.

Testing

python setup.py test