The Twine forums are now archived. If you need help, please visit http://help.supermechanical.com

Using wget to get temperature data

In another thread I found a shell script used to obtain temperature info, here's the part I'm interested in:

#!/bin/sh
/usr/local/bin/wget -o /tmp/log.txt --quiet -O /tmp/temp.txt --keep-session-cookies --save-cookies cookies.txt --no-check-certificate --post-data="email=<email>&password=<password>" https://twine.supermechanical.com/login

/usr/local/bin/wget -o /tmp/log.txt --quiet -O /tmp/temp.txt --load-cookies cookies.txt --no-check-certificatehttps://twine.supermechanical.com/rt/<twineID>?cached=1

In the second wget there is a <twineID> - what is the twineID?  How can I find out what my twine's ID is?
Sign In or Register to comment.