Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

sage

Name: sage 2011-11-27 1:58

Can someone give me an example of how to post here using python?

Name: Anonymous 2011-11-28 19:08

amidoinitright?
import urllib
import urllib2
lolname = input("Name ")
lolemail = input("E-mail ")
lolsubject = input("Subject ")
lolcomment = input("Comment ")
lolcaptcha = input("Captcha hash ")
lolpwd = input("Password ")
lolmode = regist
url = 'http://sys.4chan.org/g/post'
values = {'MAX_FILE_SIZE' : '3145728',
          'name' : 'lolname',
          'email' : 'lolemail',
          'sub' : 'lolsubject',
          'com' : 'lolcomment',
          'recaptcha_challenge_field' : 'manual_challenge',
          'pwd' : 'lolpwd',
          'mode' : 'lolmode',}

data = urllib.urlencode(values)
req = urllib2.Request(url, data)
response = urllib2.urlopen(req)
the_page = response.read()

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List