Ubuntu Forums Archive Viewer

Launchpadlib python to gather bug lists

Archived thread 1058468 from Ubuntu Dev Link Forum. Markdown source: Ubuntu_Dev_Link_Forum/thread_1058468_Launchpadlib_python_to_gather_bug_lists.md

Original URL About this archive
#1

Using the launchpadlib python API to gather data from Launchpad.

How can I get the list of bugs associated with a username? For example, on the web it's https://bugs.launchpad.net/~USERNAME?Lots_of_filter_criteria

In this case, I want a list of the bugs I have worked without scraping them from the web page.