Hello! Apologies if this is the wrong place to ask/wrong way to ask. Recently I’ve been thinking that it would be nice to be able to make a backup/archive of a thread: my replies, others’ replies, poll results, stuff in summary tags, images, etc. Saving a page as an html page seems to be the closest I can find at the moment, but it doesn’t save poll results. Requesting an archive of your data through your user profile only seems to give you the bare minimum, plus you lose others’ posts and such in the thread.
Does a tool like this exist already? Is this a difficult ask for a new tool?
Not exactly an answer to your question, but you can bookmark a thread. Of course, this is not the same as backup – you would still need internet access and the thread would still need to be there, but as a temporary solution until you find the right tool for making an actual backup – it might be useful.
Double-checking with the JSON viewer, it seems only 20 posts are initially loaded in to generate the JSON for. I tried scrolling for a bit to force more to populate, but they appear to be de-loaded after a certain point, so it’s only ever a subset of posts.
Here’s a thread that discusses handling this issue and some person seems to have written a script to solve it? Did not read too far though, so maybe the links don’t work any more… (sorry if that’s the case!)
Reading through that topic was pretty interesting! For the .json bit, if you add ?print=true to the end of the URL it sets the chunk size to 1000, which is more than enough to bring back all the needed posts. I believe there’s a cap on how many requests/hr you can do for that, but it seems to pull back all the data.
There should be 17 voters in the Interest Poll, 5 in the first Volumes Read, and 3 in the second.
I believe the filename generation might be a bit bugged as well. I got “t.html” as the downloaded file name; the original thread title was: "Flesh&Blood” Pirate Series Reading Club
Edit: Looks like testing backupThread(false) failed:
Unless you try to back up something like the POLLs thread… But then again why would anyone ever back up the POLLs thread?
Other threads have reasonable amount of posts, so this method should work for them
Truthfully, though, trying with Optical Illusion Thread (1.7k posts), it takes less than a minute. Re-saving as Webpage, complete, to download images takes around 6 minutes.