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.
TODO: no support yet