I had a thought about runetracker. Only way to have automated updating is to download their Runetracker script and place the script along the start up programs. Then WHILE the machine is on, the script will update every 12 hours.
It's a problem though if the machine is off.
I've thought about google spreadsheet/apps, I think it's possible to use Google to automate runetracker updates, by not using the script mentioned above but a custom script that can be modified for how often you want updates to be.
@Lifer, It's just a post method to call the update. It expect it can be done from pretty much anything. A web page, an app. Probably could do it from your phone.
I'd just make a phone app that did it (after getting permission from the site first).
Indecent Act
said
:
@Lifer, It's just a post method to call the update. It expect it can be done from pretty much anything. A web page, an app. Probably could do it from your phone.
I'd just make a phone app that did it (after getting permission from the site first).
I should look into making a phone app sometime
Made an appsscript for it but the trigger has to be created and authorized manually:
https://script.google.com/d/1iAPZv9yOQKHasgEN6k4ay4vQJEHrOfDWNou_Tttz9jmd0PDJgCoUE18m/edit?usp=sharing&newcopy=true
Resources -> Current project's triggers -> New trigger -> (Hour timer => Day timer) -> Save
Run -> updateStats
Indecent Act
said
:
@Lifer, It's just a post method to call the update. It expect it can be done from pretty much anything. A web page, an app. Probably could do it from your phone.
I'd just make a phone app that did it (after getting permission from the site first).
I should look into making a phone app sometime
Made an appsscript for it but the trigger has to be created and authorized manually:
https://script.google.com/d/1iAPZv9yOQKHasgEN6k4ay4vQJEHrOfDWNou_Tttz9jmd0PDJgCoUE18m/edit?usp=sharing&newcopy=true
Resources -> Current project's triggers -> New trigger -> (Hour timer => Day timer) -> Save
Run -> updateStats