Skip to content

CLI program to check if a website is online or offline, the user can input many urls at the same time.

Notifications You must be signed in to change notification settings

rafaelnacle/web-status

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Web Status Checker 1.0

CLI program to check if a website is online or offline. It can check multiple websites passed by the user input.

This was day 4 challenge of Python Marathon by Bruno Fraga.

In this project I learned a lot about how to make a proper request from any website and return if its online or not. I learned how try-except on python works also how to make a proper logical flow.

I've used the Request package to make the get requests.

About

CLI program to check if a website is online or offline, the user can input many urls at the same time.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages