I'm writing a python script that scrapes a website, where the website uses OpenID auth to identify me via google.
Is there a python library that will handle do this for me, or do I need to find out and replicate the steps that my browser already does?
Otherwise, is there some standard way of doing this in some other language?