Googles App Engine, Python: How to get parameters from a log-in pages?
- by brilliant
Here is a quote from here:
  So in short ... you need to look into login
  page, see what params it uses e.g
  login=xxx, password=yyy, post it to
  that page and you will have to manage
  the cookies too, that is where library
  like twill etc come into picture.
How could I do it using Python and Google App Engine? Can anybody please give me some clue? I have already asked a question about the authenticated request, but here it seems the matter is different as here I am suggested to look into login page and get parameters, and also I have to deal with cookies.