[Tutor] posting with urllib2

Joel Goldstick joel.goldstick at gmail.com
Wed Oct 3 00:17:57 CEST 2012


On Tue, Oct 2, 2012 at 5:27 PM, Benjamin Fishbein <bfishbein79 at gmail.com> wrote:
> Hi. I'm really confused about which data I need to put in for posting
> something with urllib2.
>
> I added the action on to the website. I know that I use that for the URL
> parameter. But what do I need to put in dicts to pass along data? And what
> is the purpose of the third parameter...the delay??
>

I think using requests is simpler.  check it out at
http://docs.python-requests.org/en/latest/


-- 
Joel Goldstick


More information about the Tutor mailing list