A Python script to migrate a phpBB 3 forum into static HTML pages.
CAUTION: Consider this to be pre-alpha code. Make a backup of your phpBB database before running this tool. USE IS ENTIRELY AT YOUR OWN RISK.
First released 2015-11-29 by Anthony Lopez-Vito of Another Cup of Coffee Limited http://anothercoffee.net
All code is released under The MIT License. Please see LICENSE.txt.
- Module depenendies are in the requirements.txt file
- Copy
settings-template.yml
tosettings.yml
and enter your phpBB database credentials - Customise the html files in
templates/
- Run
python phpbb2static.py
- Static HTML files will be placed in an
export/
directory
MySQL queries and basic logic are based on the phpBB2HTML script. That script didn't work for me so I wrote my own version in Python.