Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 354 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 354 Bytes

phpbb-extract is a script for mirroring a PHPBB forum (compatible only with forum with nice URL scheme (ie. with the SEO mod)). Has not been tested with forums without the default theme.

This script has the following dependencies:

  • Python 2.7
  • PyQuery ("aptitude install python-pyquery" or "pip install pyquery")
  • html2rest ("pip install html2rest")