Name: Anonymous 2008-05-18 15:53
import prog
prog.name = 'anonymous'
prog.email = 'sage'
post = '''
Hello, /prog/
This is being posted by a python program.
'''
thread = prog.newthread('Python',post)
thread.post('This is too.\n\n[b]Bold[/b]')