This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
# | |
# Written by: Mark Berly | |
import argparse | |
from jsonrpclib import Server | |
from gntp.notifier import mini | |
intf2Monitor = "Ethernet 48" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
import urllib2, urllib, argparse | |
# goto: https://www.mashape.com | |
# you need to create a Mashape account insert your key | |
# if you do not do this the script will fail | |
mashapeAuthorization = "MASHAPE_KEY" | |
def drawYoda () : |