As a sample of the output of the above code, here is a folder of about 70 of my ATS threads archived a searchable PDF files:
files.afu.se...
(If there is no objection from the moderators of ATS, and if there is any interest from other members / researchers, I can now easily apply the same
code to - say - the threads in the UFO forum with the most flags or the most popular threads by particular UFO researchers here).
The main purposes of creating such an archive of some UFO threads from ATS are:
(1) To ensure preservation of this material;
(2) To make it quick and easier to search the material (and combine such a search with searching a collection of digitised UFO books, documents,
newsletters etc).
In relation to the latter point, I've previously posted about free software that allows directories full of different sets of PDFs to be searched
quickly and then the results displayed in a format that enables the user to click on each result to open a relevant document and see the keyword in
context. I find reviewing the results of such a search using that software much, much faster than reviewing the results of a Google search.
The above code accesses a separate file ("thread_details.csv") which is a simply Comma Separated Values file. Each row has three elements separated by
commas:
(1) A relevant thread number
(2) The number of pages in that thread (found by clicking on the last post in the thread and looking at the URL or top of the webpage)
(3) A filename, based on the thread title (but usually shortened, to avoid issues with the file name being too long).
To make it quicker and easier to enter the relevant details, I use a simple spreadsheet with three columns, then save the file as a CSV file, to
create the "thread_details.csv". It only takes a few seconds to enter the details for each thread.
The code above can then be run, turning a batch of threads into PDFs.
edit on 7-4-2023 by IsaacKoi because: (no reason given)
edit on 7-4-2023 by IsaacKoi because: (no reason given)