Comment 1 for bug 210406

Revision history for this message
Markus Korn (thekorn) wrote :

hi,
as python-launchpad-bugs allows authentication via password/login it is only 3.5 line fix to implement this for bugnumbers/bughelper.
I propose this two ways of authentification:

$bughelper --cookie=COOKIE
or
$bughelper --password=PASSWORD --login=LP-EMAIL

some for bugnumbers.
This way we won't generate an extra cookiefile and, of cource, would avoid depending on curl.

Daniel, does this make sense for you?
If so, I can fix it tomorrow

Markus