Dvr download for mini cam

broken image

Now make it executable with: chmod +x pushover.pyĪlternatively, in WinSCP on Windows, press F9, set the permissions to 0775, and press OK. Paste or type your Python script into it and save with Ctrl + X, followed by Y. Now you are in the data directory, create a new file called pushover.py: nano pushover.py To place this on your motionEyeOS system, you need to SSH in from another computer using the Terminal application (or WinSCP on Windows), by entering: ssh IP_ADDRESS with the IP address of your motionEyeOS system. Replace IP.ADD.RE.SS with your motionEyeOS setup’s IP address. Replace abc123 with your app’s API Token, and user123 with your User Key. 'message': 'Motion detected on camera 1!', Using the boilerplate code from the Pushover website, you can create your Python script: import httplib, urllibĬonn = httplib.HTTPSConnection( ':443')Ĭonn.request( 'POST', '/1/messages.json',

broken image

Note down the API Token/Key given for it, along with your User Key from the dashboard.ĭownload: Pushover for iOS | Android (Free trial available) If not, you will need to access a computer running Windows 7 or earlier. Keep in mind that after a 30-day free trial, you’ll need to make a one-off $5 in-app purchase to continue using it.Īfter that, click on Create an Application/API Token. Tablo is a little different in that its latest product, the Tablo Dual, is both a tuner and a DVR that you can access through Windows applications.

broken image