Posting Data to Sen.se
29 July, 2012 - 09:47
Here is a simple script that demonstrates writing data to Sen.se. There should be enough comments in the script to get you going, you'll need to insert you API key and feed id. You will also need a Sen.se account, you can request one on their web site, or I can give you an invite, although I only have 5 at the moment.
EDIT: Thanks for the pointer Brett, I've updated the script to remove the use of the depreciated global frame and removed some unnecessary conversion. The updated script is attached.
Attachment | Size |
---|---|
senseApplet.lua | 1.96 KB |
I would only make a minor change on the callback function so that the frame object is used instead of using the global frame, which at some point I should deprecate.