typo in readme

This commit is contained in:
Sebastian Hugentobler 2024-03-28 15:36:12 +01:00
parent 98bd87907a
commit 8da0fd5d94
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0

View File

@ -1,12 +1,16 @@
# A quick and dirty ProbBoards scraper
This tool tries to scrap all the accessible data from a [Proboards Forum](https://proboards.com/).
# A quick and dirty ProBoards scraper
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.
This tool tries to scrap all the accessible data from a
[Proboards Forum](https://proboards.com/).
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.
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](http://casperjs.org/) installation is needed for the stuff to work.
A working [casperjs](http://casperjs.org/) installation is needed for the stuff
to work.