phpbb-parser

A parser to read data from third party phpBB forums


Keywords
phpbb, parser, http, api, reader, development
License
MIT
Install
pip install phpbb-parser==0.1.0

Documentation

Python-PhpBB-Parser

Profiles

import phpbb_parser as parser
profile = parser.get_profile("https://forum.minetest.net", "rubenwardy")

Signature is a BeautifulSoup object.

print(profile.signature.text)

Properties are pure text

print(profile.get("github"))

Keys are lowercase.

Topics

TODO: no support yet