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
In the second wget there is a <twineID> - what is the twineID? How can I find out what my twine's ID is?