• Stars
    star
    62
  • Rank 474,487 (Top 10 %)
  • Language
    Python
  • License
    MIT License
  • Created almost 9 years ago
  • Updated 10 months ago

Reviews

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

Repository Details

Check whether a website is up or down.

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.

More Repositories

1

awesome-python-decorator

A curated list of awesome python decorator resources.
713
star
2

tldr.py

A python client for tldr: simplified and community-driven man pages.
Python
186
star
3

py-spin

Terminal spinner package for Python. (This library is not the one from FLIR)
Python
180
star
4

pyhipku

Encode any IP address as a haiku, funny and lovely. TRY IT NOW: http://pyhipku.lord63.com
Python
91
star
5

choosealicense-cli

Bring http://choosealicense.com to your terminal
Python
68
star
6

v2ex_daily_mission

V2EX 签到 python 版本实现。支持签到,查询连续登录天数,查询签到日志。
Python
39
star
7

licen

Generate your license. Yet another lice, but implement with Jinja2 and docopt.
Groff
36
star
8

pyemojify

Substitutes emoji aliases to emoji raw characters. Simple but sweet 😄
Python
35
star
9

wonderful_bing

Set bing's picture as wallpaper, support cinnamon, gnome, xfce, mate.
Python
22
star
10

wangyi_music_top100

网易云音乐歌单 TOP 100 . Try it now:
Python
15
star
11

me-api

An extensible, personal API with custom integrations. It's a python port.
Python
15
star
12

ascii_art

Draw ascii art(bar, chart, histogram) in your terminal.
Python
11
star
13

a_bunch_of_code

A bunch of code that I wrote before.
Python
10
star
14

zimuzu

字幕组 (http://www.zimuzu.tv) python 版本命令行签到工具.
Python
8
star
15

caniuse

Can I use this name for my python package on PyPI ?
Python
7
star
16

five.py

Gives you five, funny and lovely.
Python
6
star
17

figlet_web

Generate text to ASCII art! TRY IT NOW: http://text2ascii.lord63.com/
JavaScript
5
star
18

rb_colors

Yet another ruby library that deals with colors.
Ruby
1
star
19

zhihudaily

又一个知乎日报的网页版... https://zhihudaily.lord63.com
CSS
1
star