2016-05-07 18:16:37 +01:00
2016-05-07 18:13:24 +01:00
2016-05-07 18:13:24 +01:00
2016-05-07 18:13:24 +01:00
2016-05-07 18:13:24 +01:00
2016-05-07 18:13:24 +01:00
2016-05-07 18:13:24 +01:00
2016-05-07 18:16:37 +01:00

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

Description
No description provided
Readme 144 KiB
Languages
Python 100%