I have JavaScript script that is running on a website that I do not personally own (I have permission to do so). I have it running for on average a few hours a day and want to log the info that it pulls periodically. However, since the script is not running on my own machine, how could I go about this? I thought about saving all the information to an array or dict then remotely pasting it to a site like Pastebin for later recovery. However, is there a better way to do this? Such as creating a csv with the log information and uploading it to a site that I could then download it from later?