On Thu, Mar 5, 2009 at 3:47 PM, Omer rosen <[email protected]> wrote: > I still don't understand how to do the first step. What do I do with > the curl?
Go to http://twitreport.tntluoma.com and read some of the scripts and it will show you how to use curl. Start by putting this into a file ~/.netrc in your $HOME machine twitter.com login luomat password SEcREt change 'luomat' to your Twittername and 'SEcREt' to your Twitter password. Then do: chmod 600 ~/.netrc Then you can start to experiment with some of the curl scripts that you see there. I'd suggest looking at 'doesfollow' and 'id-to-name' as some good basic ones. TjL
