/server_alive

get a popup once your ping gets through

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

OpenSource PythonVersions License Git.io

server_alive.py

get a popup once your ping gets through

Requirements:

image

the server and time between pings is hardcoded in the script,
because I wrote it to serve a single purpose.

if you wish to change these, just modify these two lines in the script:
server = 'hometownserver.com'
minutes_between_ping = 30