Skip to content

Instantly share code, notes, and snippets.

@atmos
Created April 23, 2009 18:39
Show Gist options
  • Select an option

  • Save atmos/100675 to your computer and use it in GitHub Desktop.

Select an option

Save atmos/100675 to your computer and use it in GitHub Desktop.
publisher = Gnip.publisher.for('twitter')
publisher.filter.create('me', {:type => 'actor', :value => 'atmos'}, :full_data => false)
publisher.activity(:filter => 'me', :style => 'notification', :ago => '30')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment