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"
- Host: GitHub
- URL: https://github.com/webdevcaptain/pythonwebsitestatuschecker
- Owner: WebDevCaptain
- License: gpl-3.0
- Created: 2019-12-06T10:55:55.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T03:16:41.000Z (about 3 years ago)
- Last Synced: 2023-03-04T03:10:56.734Z (almost 3 years ago)
- Topics: asynchronous-programming, http-requests, python3, threading
- Language: Python
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.