*grumble* *grumble* *grumble*
oops, sorry ... my mistake
it turns out that i misspelled one of the values and left another one out.
here's the working script now for anyone who may care:
import urllib
import urllib2
url = 'http://imagebin.org/index.php?page=search'
values = {'search_for' : 'bla
On 18Mar2010 22:43, Steve Holden wrote:
| Brandon Conner wrote:
| > I'm trying to develop a script that will return the results of a POST
| > request that should list all images uploaded by a user. However, when i
| > run the script, i get returned the HTML of the page with the search
| > form.
Brandon Conner wrote:
> Hey Pythoners,
>
> its my first post here, yay!
>
> I'm trying to develop a script that will return the results of a POST
> request that should list all images uploaded by a user. However, when i
> run the script, i get returned the HTML of the page with the search
> form
Hey Pythoners,
its my first post here, yay!
I'm trying to develop a script that will return the results of a POST
request that should list all images uploaded by a user. However, when i run
the script, i get returned the HTML of the page with the search form. I am
wondering what am i doing inco