Twitter API STREAM Filter

This example uses dos and curl

echo off
copy track.txt tracking
curl -d @tracking http://stream.twitter.com/1/statuses/filter.xml -u user:password -o v:\twittersts\filtermsu8.xml
pause

file track.txt has value “track=soccer,footy”  (with quotes) 

Leave a Reply

You must be logged in to post a comment.