Files
gistapi.py/tests/test_examples.py
T
2010-05-16 15:43:04 -04:00

7 lines
174 B
Python

from gistapi import *
for gist in Gists.fetch_by_user('defunkt'):
if gist.description == 'A list of Gist clients.':
print gist.id
print gist.repo
print gist.embed_url