Twitter API STREAM Filter
This example uses dos and curl
echo off
copy track.txt tracking
curl -d @tracking http://stream.twitter.com/
pause
file track.txt has value “track=soccer,footy” (with quotes)
Leave a Reply
You must be logged in to post a comment.