Skip to content

Instantly share code, notes, and snippets.

@adewale
Created June 11, 2010 00:29
Show Gist options
  • Save adewale/433863 to your computer and use it in GitHub Desktop.
Save adewale/433863 to your computer and use it in GitHub Desktop.
#Simple searching in Buzz using the Python client
import buzz
b = buzz.Client()
r = b.search('hello')
print r.data[1].content
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment