- http://stackoverflow.com/questions/1949318/checking-if-a-website-is-up-via-python
- Delay or Sleep - http://stackoverflow.com/questions/510348/how-can-i-make-a-time-delay-in-python
- http.client — HTTP protocol client - https://docs.python.org/3/library/http.client.html
NOTE: Must Use exception http.client.HTTPException in Python3
#Python 2 to Python3