openhatch

Issue78

Title Launchpad crawl should fetch info for all of someone's bugs/translations/etc, not just the most recent activity
Milestone Priority wish
Waiting On Status resolved
Superseder Nosy List paulproteus, pythonian4000, rafpaf
Assigned To pythonian4000 Keywords bitesize

Created on 2010-05-14.18:55:43 by rafpaf, last changed 2013-03-21.00:04:36 by paulproteus.

Files
File name Uploaded Type Edit Remove
launchpad_get_old_bugs_etc.patch rafpaf, 2010-05-14.18:57:25 text/x-patch
Messages
msg3646 (view) Author: paulproteus Date: 2013-03-21.00:04:36
Luckily we don't do profile importing now, so I will close as resolved!
msg333 (view) Author: pythonian4000 Date: 2010-06-30.23:03:00
Ooh, this looks fun!

I'll put it on my longer-term todo list, since I'm guessing it will take a bit
more effort than the bug importer stuff I've done so far, and I do still have an
honours project to work on! =)
msg309 (view) Author: paulproteus Date: 2010-06-30.16:16:16
Hey Jack,

I wonder if you'd find this interesting!
msg202 (view) Author: rafpaf Date: 2010-05-14.18:55:43
Dear reader (this is for anyone who likes to write code in Python, and make
websites do tricks for you),

Currently, when we scrape Launchpad for your profile data, we just look at your
LP "Overview" page.

Sample overview page: https://launchpad.net/~raphael.krut-landau

This page doesn't have a comprehensive listing of your LP activity, just the
most recent stuff.

What would be MILES BETTER is if we could scrape the rest of the personal pages
to learn more about a person's activity. Look at the top of the page linked
above and you'll see some deeper links in to someone's activity: Bugs,
Translations, etc.

Let's scrape those pages.

I've started work on this problem, but I abandoned the task. Attached is a patch.

--Raffi.
History
Date User Action Args
2013-03-21 00:04:36paulproteussetstatus: chatting -> resolved
messages: + msg3646
2010-06-30 23:03:00pythonian4000setassignedto: pythonian4000
messages: + msg333
2010-06-30 16:16:17paulproteussetnosy: + paulproteus, pythonian4000
messages: + msg309
2010-06-20 19:32:04paulproteussetpriority: bug -> wish
2010-05-14 20:54:06rafpafsetstatus: in-progress -> chatting
2010-05-14 18:57:25rafpafsetfiles: + launchpad_get_old_bugs_etc.patch
2010-05-14 18:57:00rafpafsetfiles: - launchpad_get_old_bugs_etc.patch
2010-05-14 18:55:43rafpafcreate