I’m wanting to download the pictures and associated comments I posted on an Instagram account. Is this possible?
I saw this bit of code for checking and reading a version string would that be on the right track?
dim socket1 as new HTTPSocket
check = new FolderItem(“ver.dat”)
socket1.get(“http://lms1.web.simplesnet.pt/ver.dat”, check)
e = getfolderitem(“ver.dat”)
if e <> nil and e.exists = true then
stream = e.openastextfile
versr = stream.readline
MsgBox(versr)
end if