Skip to content

Instantly share code, notes, and snippets.

View trashvin's full-sized avatar
🤘
human knowledge belongs to the world

Marvin Trilles trashvin

🤘
human knowledge belongs to the world
View GitHub Profile
@trashvin
trashvin / downtime.py
Created May 30, 2019 09:47 — forked from waleedahmad/downtime.py
Python script to monitor your internet down time
#!/usr/bin/python3
# -*- coding: utf-8 -*-
import os
import csv
import sys
import time
import socket
import datetime