Skip to content

Instantly share code, notes, and snippets.

@lgs
Forked from atmos/gist:100675
Created January 5, 2010 22:56
Show Gist options
  • Save lgs/269824 to your computer and use it in GitHub Desktop.
Save lgs/269824 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