Skip to content

Instantly share code, notes, and snippets.

@nefo-mi
Created June 3, 2010 04:16
Show Gist options
  • Save nefo-mi/423447 to your computer and use it in GitHub Desktop.
Save nefo-mi/423447 to your computer and use it in GitHub Desktop.
#!/bin/bash
YOUR_ACCOUNT='YOUR_ACCOUNT'
YOUR_PASSWORD='YOUR_PASSWORD'
KEYWORD=$1
curl -u ${YOUR_ACCOUNT}:${YOUR_PASSWORD} -d track=${KEYWORD} http://stream.twitter.com/1/statuses/filter.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment