Simple Python script that dumps a Wikidot wiki forum into JSON structures
Script is partially based on 2stacks by bluesoul: https://github.com/scuttle/2stacks To dump a Wiki’s forum, edit config.py and put the required Wiki name (default — scp-wiki, which is the SCP EN community). If your forum is too large, you may edit threads parameter in config.py, however make sure you don’t overload Wikidot with requests — no one knows what that may result in. Then make sure you have the following Python packages: beautifulsoup4 Run python . to start dumping. Note: incremental […]
Read more