views:

28

answers:

2

How can I log into my Launchpad account in a python script? Any sample code would be appreciated.

The login url is https://launchpad.net/+login and then redirect to something like https://login.launchpad.net/fJLVSRbxPfKTpVDr/+decide

Thanks in advance!

A: 

You could check bzrlib it has some integration with launchpad.

zoli2k
+2  A: 

I would suggest looking into the official launchpadlib, instead of rolling your own solution.

kigurai