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.
|