Skip to content

Instantly share code, notes, and snippets.

@yurenju
Created August 21, 2010 16:33
Show Gist options
  • Save yurenju/542530 to your computer and use it in GitHub Desktop.
Save yurenju/542530 to your computer and use it in GitHub Desktop.
#!/usr/bin/env python
flickr = "http://www.flickr.com/photos/%s/"
people = ['johnroyer', 'huanglifu', 'othree',
'ernest', '38664137@N07', 'bobchao',
'kaba', 'matrixneo', 'acelan', 'sntc06',
'kkbox', 'timchen86', 'greenerc',
'jnlinn', 'joustonhuang', 'lagunawang',
'bizkit', 'ckm', 'jccchou', 'edwardc']
for person in people:
print flickr % person
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment