Skip to content

ItsTalha0/Pynet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

A python script for monitering internet downtime

This is a simple script using requests that checks a connection to google to check whether the internet is down or not.

You are free to add changes.This script dosnt use the icmp protocol which is a little bit complex to undrstand when just getting started.The script also stores the result in a file in a csv format named log.csv.

The script will create the log file if it is not present on the system and if it present then it will simple keep logging in it.

This script uses a hard coded list of websites. For now it just pings google.com. But if you want to expand on that you can either manually add the names of website to the list or add a function that reads an external file either in csv file or json file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages