In <[email protected]> Peter Pearson <[email protected]> 
writes:

> > How can i ASK the user for http auth data and store them isntead of
> > giving them to the script?

> Maybe like this?

>   user = raw_input("User: ")
>   password = raw_input("Password: ")

If it doesn't need to be interactive, you could require that the user
supply a file in the current directory containing the username and
password.

-- 
John Gordon                   A is for Amy, who fell down the stairs
[email protected]              B is for Basil, assaulted by bears
                                -- Edward Gorey, "The Gashlycrumb Tinies"

-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to