Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'See and post Twitter messages from Terminal' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
See and post Twitter messages from Terminal
Authored by: Paolo.Bosetti on Apr 13, '10 12:29:40AM

I also wrote a tool with some useful added feature. It is written in ruby and is super easy to install: just type

$ sudo gem install twt

then follow the short introduction and usage guide on http://github.com/pbosetti/twt.
Note for example that the command "twt delta" gives you the lists of new followers and lost followers too, since your last command invocation.
Hope that you like it.



[ Reply to This | # ]
Help, please!
Authored by: leamanc on Apr 23, '10 08:12:29AM

I am interested in trying twt, but I got an error when trying to install on 10.6.3. I do have XCode installed (I assume that's a prerequisite, but I don't know much about ruby).

mbp17:~ lcrews$ sudo gem install twt
Password:
When you HTTParty, you must party hard!
Building native extensions.  This could take a while...
ERROR:  Error installing twt:
	ERROR: Failed to build gem native extension.

/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby extconf.rb
mkmf.rb can't find header files for ruby at /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/ruby.h


Gem files will remain installed in /Library/Ruby/Gems/1.8/gems/yajl-ruby-0.7.5 for inspection.
Results logged to /Library/Ruby/Gems/1.8/gems/yajl-ruby-0.7.5/ext/gem_make.out

Any ideas? Thanks!



[ Reply to This | # ]