LP RDF Meta data

Asked by Stas Sușcov

Hi,
our loco team (ubuntu-ro) thought about providing an @ubuntu.ro email address to every of it's members. As a solution to make this process automatically, we thought first extracting group members meta data, and accordingly to the mbox details we will find there, to generate and then serve the generated list (postfix virtual file syntax) to our MTA.

But as I could see, the LP rdf meta datas are useless for us in the form they provide mbox details (sha1 hashed).

Is there any chance to export our loco members details to solve our problem?

Thank you in advance.

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Solved by:
Stas Sușcov
Solved:
Last query:
Last reply:
Revision history for this message
Francis J. Lacoste (flacoste) said :
#1

if their email address is public you can retrieve it using the launchpad API.

See https://help.launchpad.net/API/launchpadlib for details.

Revision history for this message
Stas Sușcov (sushkov) said :
#2

I didn't know that. :)
Thank you, I'll try using the LP API.

Revision history for this message
Barry Warsaw (barry) said :
#3

Hi Stas, if Francis's answer solves your problem, could you close this question? Thanks.

Revision history for this message
Stas Sușcov (sushkov) said :
#4

Yes Francis answer solved the problem!

What was born, can be found here:
http://bazaar.launchpad.net/~sushkov/ubuntu-ro/loco-scripts/files/head%3A/python/lp-to-virtual/

Once more, thank you very much.

P.S.: With this occasion I learned python :)