Advertisement
Shnatsel

GrabIt-launchpadlib (incomplete)

Jan 26th, 2013
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. from launchpadlib.launchpad import Launchpad
  2. launchpad = Launchpad.login_anonymously('GrabIt', 'production')
  3. for recipe in launchpad.branches.getByUrl(url="lp:pantheon-terminal").recipes
  4.     # check .daily_build_archive_link for each, and if it points to elementary daily PPA, print the .recipe_text
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement