Skip to content

A web app that reads a list of urls and displays their current status.

Notifications You must be signed in to change notification settings

shoaib-fixes/webpagestatuscheck_flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebPageStatusCheck Web App

A web app that reads a list of urls and displays their current status.

Screenshot

Screenshot

The app reads a list of urls in JSON format, checks their current status and displays that information in a web page. The list is named checkurls.json by default (can be changed in settings.py); an example is provided.

The current status of each url is checked every 60 seconds (interval can be changed in settings.py). The app is multithreaded and loads 8 urls concurrently. These are utilised until all updates are complete for that checking cycle.

If one of the urls gives a timeout it may initially take 60 seconds for the web server to load.

A search is also included (can be disabled via settings.py) which checks if a user submitted URL is contained in the list of known URLs.

About

A web app that reads a list of urls and displays their current status.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published