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.
ddyeakley 2a386b1340 Fixed typo 11 years ago
autoremote Convert to package to allow install with pip 11 years ago
.gitignore Convert to package to allow install with pip 11 years ago
LICENSE Initial commit 12 years ago
README.md Update to readme to install using pip 11 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:

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