PunBB + Python = PynBB
September 22nd, 2008
PunBB + Python = PynBB
I made this Python script interface of PunBB forums
Download this script: [pynbb.py]
Edit this vars:
# BEGIN OF EDITABLE OPTIONS # ################################################################### HOST = "" # PunBB WebSite without http:// and slashes PATH = "" # Example: domain.com/forum PATH ="/forum" USER = "" # Your Username (Important: case sensitive) PASS = "" # Your Password ################################################################### # END OF EDITABLE OPTIONS #
Run:
python pynbb.py
Note: Does’t work when the forum uses clean urls (maybe in the next release)



Thanks, I use punBB for a couple of forums and have always wanted to mess around with Python. I’ll give this a try.