Hi everybody, I am new to using Stream API and twurl.
I Install twurl in windows and want to use it from the command line to get tweets using the stream api. I want to solve everything within a .bat file. The problem is not how to write, I tried this:
twitter.bat content:
twurl authorize -u <myusername> -p <MyPassword> --consumer-key <Mykey> --consumer-secret <MySecret> -t -d twurl track = <HashTag> H stream.twitter.com /1.1/statuses/filter.json>tweets.txt
The server response is:
… go to url and paste in the supplied PIN
- as I can automate this?
- as I can get use those credentials to run the following line (the api stream filter)?
Thank you very much x the help you can give me
Bruno