proboards-saver/README.md

13 lines
662 B
Markdown
Raw Normal View History

2015-03-17 13:50:49 +00:00
# A quick and dirty ProbBoards scraper
2015-03-12 14:56:56 +00:00
This tool tries to scrap all the accessible data from a [Proboards Forum](https://proboards.com/).
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.
2015-03-12 14:56:56 +00:00
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.
2015-03-12 14:56:56 +00:00
It is able to detect attachments and images and tries to download them too.
A working [casperjs](http://casperjs.org/) installation is needed for the stuff to work.
2015-03-12 14:56:56 +00:00