Skip to content

Instantly share code, notes, and snippets.

View hgrahamcs's full-sized avatar

Henry G. hgrahamcs

  • Pluto
View GitHub Profile

Keybase proof

I hereby claim:

  • I am hgrahamcs on github.
  • I am hgrahamcs (https://keybase.io/hgrahamcs) on keybase.
  • I have a public key ASD8STWO_vAuSt462ALLZsAUOF67LXs60oRBTJktnMSTBQo

To claim this, I am signing this object:

@hgrahamcs
hgrahamcs / internetspeedtest.py
Last active July 11, 2020 01:16
Set to run every two minutes easily changeable. Requires https://github.com/sivel/speedtest-cli at the latest version.
import speedtest
import time
import csv
def test():
try:
servers = []