Advertisement
Shnatsel

GrabIt python part prototype

Jan 28th, 2013
192
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.     if recipe.daily_build_archive.web_link == "https://launchpad.net/~elementary-os/+archive/daily":
  5.         print recipe.recipe_text
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement