Inicio > network, web > PunBB + Python = PynBB

PunBB + Python = PynBB

lunes, 22 de septiembre de 2008 Albertux Dejar un comentario Ir a comentarios

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)

Categories: network, web Tags:
  1. martes, 30 de septiembre de 2008 a las 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. martes, 30 de septiembre de 2008 a las 21:28 | #1