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)
Ugly but works.
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)