Go to file
Sebastian Hugentobler 80b3033d6c
add unmaintained note
2024-03-28 15:37:52 +01:00
src add compiled javascript 2017-01-05 15:57:32 +01:00
.gitignore initial commit 2015-03-12 15:56:56 +01:00
Gruntfile.js add compiled javascript 2017-01-05 15:57:32 +01:00
LICENSE Add LICENSE 2019-06-11 13:07:53 +00:00
README.md add unmaintained note 2024-03-28 15:37:52 +01:00
package.json initial commit 2015-03-12 15:56:56 +01:00

README.md

UNMAINTAINED

Maybe still useful for someone but casperjs for example does not even exist anymore.

A quick and dirty ProBoards scraper

This tool tries to scrap all the accessible data from a Proboards Forum.

I wrote this because I wanted to export at least the text data for an old board hosted there which some friends and I were using years ago. As it turned out you simply can't do that. So here we are.

The program probably does some horrible things and I can't say if it will work for every theme. But hey, it only has to work one time to get at the data.

It is able to detect attachments and images and tries to download them too.

A working casperjs installation is needed for the stuff to work.