You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jacopo De Simoi 3c9ff08742 add notif 5 years ago
autoremote add notif 5 years ago
.gitignore Convert to package to allow install with pip 11 years ago
LICENSE Initial commit 12 years ago
README.md minor syntax error "sudo pip -install..." changed to "sudo pip install..." 8 years ago
setup.py Fixed typo 11 years ago

README.md

Autoremote.py

Simple Python tool to use autoremote to send data to a phone running tasker.

Credits: Original autoremote.py author: sriramsv/Autoremote-python at https://github.com/sriramsv/Autoremote-python Autoremote plugin for Tasker: Joao dias

Install:

sudo pip install git+https://github.com/ddyeakley/autoremote.git

General API usage:

ar=autoremote("your autoremote url")   	# Connect to autoremote server
ar.register("your device name")   		# Register device
ar.send("message to send")			  	# Send Message

Command line usage:

usage: autoremote.py [-h] [-n NAME] [-u URL] [-m MSG]

optional arguments:
  -h, --help            show this help message and exit
  -n NAME, --name NAME  Autoremote name
  -u URL, --url URL     Autoremote url
  -m MSG, --msg MSG     Autoremote message