Home > develop, network, projects, web > PunBB + Python = PynBB

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)

develop, network, projects, web

  1. September 30th, 2008 at 13:39 | #1
    Surfing Firefox 3.0.3 Firefox 3.0.3 on Windows Vista Windows Vista

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

  1. September 30th, 2008 at 21:28 | #1