diff --git a/README.md b/README.md index 0a56e4a..6c59f54 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,9 @@ Autoremote-python ================= -Here is a small autoremote python wrapper module. I use it on my raspberry pi. Copy the module on any linux machine into /usr/lib/python/2.x/ import the module in your python code: Then you can you mainly two functions: 1)autoremote.autoremote_send('YOUR MESSAGE IN QOUTES'') 2)autoremote.autoremote_reg() There are few variables which I have marked. change the key to your respective autoremote key and localip to your device IP address. +Here is a small autoremote python wrapper module. I use it on my raspberry pi. Copy the module on any linux machine into /usr/lib/python/2.x/ import the module in your python code: Then you can you mainly two functions: 1)autoremote.autoremote_send('YOUR MESSAGE IN QOUTES'') + +2)autoremote.autoremote_reg() + + +There are few variables which I have marked. change the key to your respective autoremote key and localip to your device IP address.