Skip to content

Instantly share code, notes, and snippets.

@benjaminws
Created March 5, 2011 18:01
Show Gist options
  • Save benjaminws/856552 to your computer and use it in GitHub Desktop.
Save benjaminws/856552 to your computer and use it in GitHub Desktop.
What I'm working on
>>> tu.search_friends(['twitter', 'cleveland', 'benjaminws', 'python'])
[{'status': 'CPython is on mercurial now, so you can come contribute...', 'name': 'Benjamin Peterson', 'matches': ['python'], 'static_location': 'Minnesota, USA', 'coords': None, 'user': 'gutworth', 'geo': None}, {'status': '@benjaminws it is going to kick intergalactic ass', 'name': 'Alfredo Deza', 'matches': ['benjaminws'], 'static_location': 'Atlanta Georgia', 'coords': None, 'user': 'alfredodeza', 'geo': None}, {'status': 'The Python mercurial transition is complete! Now the real work begins. http://bit.ly/eFYmar Special thanks to @birkenfeld and @djco', 'name': 'Michael Foord', 'matches': ['python'], 'static_location': 'Northampton, UK', 'coords': None, 'user': 'voidspace', 'geo': None}, {'status': '@benjaminws I stand corrected', 'name': 'Alfredo Deza', 'matches': ['benjaminws'], 'static_location': 'Atlanta Georgia', 'coords': None, 'user': 'alfredodeza', 'geo': None}, {'status': '@benjaminws if it is not \\s+(documented|tested)\\s+ it is absolutely broken.', 'name': 'Alfredo Deza', 'matches': ['benjaminws'], 'static_location': 'Atlanta Georgia', 'coords': None, 'user': 'alfredodeza', 'geo': None}, {'status': '@benjaminws you would *never* have such an issue with my projects. I strive on documentation.', 'name': 'Alfredo Deza', 'matches': ['benjaminws'], 'static_location': 'Atlanta Georgia', 'coords': None, 'user': 'alfredodeza', 'geo': None}, {'status': '@benjaminws OH YEAH! Same here. Sprinting tomorrow and it all starts again on Thursday.', 'name': 'Alfredo Deza', 'matches': ['benjaminws'], 'static_location': 'Atlanta Georgia', 'coords': None, 'user': 'alfredodeza', 'geo': None}, {'status': "Great read regarding the vinyl resurgence and Cleveland's Record Den http://bit.ly/eAqtcn #vinyl #music", 'name': 'Addicted to Vinyl', 'matches': ['cleveland'], 'static_location': 'Cleveland', 'coords': None, 'user': 'addictedtovinyl', 'geo': None}, {'status': 'Video: Cleveland Cavaliers Samardo Samuels proves defense wins games http://getu.in/iCR-', 'name': 'Cleveland', 'matches': ['cleveland'], 'static_location': 'Cleveland, OH', 'coords': None, 'user': 'ClevelandFans', 'geo': None}, {'status': "@shanselman that's because building a twitter client has replaced hello world in conference demos :P", 'name': 'Kelly Sommers', 'matches': ['twitter'], 'static_location': 'Canada', 'coords': None, 'user': 'kellabyte', 'geo': None}, {'status': 'There are SO many Twitter clients out there.', 'name': 'Scott Hanselman', 'matches': ['twitter'], 'static_location': 'Portland, Oregon', 'coords': None, 'user': 'shanselman', 'geo': None}, {'status': '@benjaminws real nice.', 'name': 'Sara Royadoya', 'matches': ['benjaminws'], 'static_location': 'Lakewood, Ohio', 'coords': None, 'user': 'SaraRoyaDoya2', 'geo': None}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment