An open API service indexing awesome lists of open source software.

https://github.com/webdevcaptain/pythonwebsitestatuschecker

A website status checker using asynchronous programming in "Python 3.7"
https://github.com/webdevcaptain/pythonwebsitestatuschecker

asynchronous-programming http-requests python3 threading

Last synced: 9 months ago
JSON representation

A website status checker using asynchronous programming in "Python 3.7"

Awesome Lists containing this project

README

          

# Project: websitestatuschecker

A website status checker using asynchronous programming in "Python 3.7"

# Libraries-used:

requests [Docs @ https://requests.readthedocs.io]
threading.Thread
functools.partial
logging
time

# Concepts used:

Multithreading and Asynchronous development in Python.

# Real-world application of Website Status Checker:

Websites like https://downdetector.in/
https://www.isitwp.com/uptime-checker/
https://www.uptrends.com/tools/uptime
etc.