Hey guys and gals. I wrote a python script that interacts with the Kano API and sends a pushover notification to my mobile device if my hashrate falls below X. Not sure if it would benefit anyone here.
Here's my code:
https://github.com/wobbzz/kanocheck/blob/master/checkhashrate.pyOne limitation is that it uses the same hashrate check for every miner, but this could be easily changed by manually defining your workers in a dictionary.