Skip to content

Instantly share code, notes, and snippets.

@ameesters
ameesters / quick-check.py
Created October 25, 2012 14:35
A python script that checks multiple websites status.
#!/usr/bin/env python
import os, time, httplib
from termcolor import colored
SITES = [
"www.meesters-id.nl",
"www.carolsingers.nl",
]
while 1: