Go to file
rubenwardy 64355a4470 Update github link in setup.py 2016-05-07 18:16:37 +01:00
phpbb_parser Initial Commit 2016-05-07 18:13:24 +01:00
.gitignore Initial Commit 2016-05-07 18:13:24 +01:00
LICENSE.txt Initial Commit 2016-05-07 18:13:24 +01:00
MANIFEST.in Initial Commit 2016-05-07 18:13:24 +01:00
README.md Initial Commit 2016-05-07 18:13:24 +01:00
setup.cfg Initial Commit 2016-05-07 18:13:24 +01:00
setup.py Update github link in setup.py 2016-05-07 18:16:37 +01:00

README.md

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