Advertisement
pipsqueaker117

Python Library Signer

Jan 31st, 2014
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.24 KB | None | 0 0
  1. import urllib
  2.  
  3. post_data = {"LastName":"Moorthy", "sPhone":"0644", "1/31/2014-8":True}
  4. post_args = urllib.urlencode(post_data)
  5.  
  6. cnnct = urllib.urlopen("http://http://www.avon.k12.ct.us/info/lmc/default.asp?SID=20160487", post_args).read()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement