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.
|
|
5 years ago | |
|---|---|---|
| autoremote | 5 years ago | |
| .gitignore | 11 years ago | |
| LICENSE | 12 years ago | |
| README.md | 8 years ago | |
| setup.py | 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