Using Twitter From Command Line Interface not only has the advantage of minimalistic text only mode but also a clutter free way to smooth the workflow. Before reading this guide for using Twitter From Command Line Interface, please vide the needed setup for your command line tool; either Mac, Linux or Windows from this article Using Facebook From Command Line Interface.
Using Twitter From Command Line Interface : Preface
We would not repeat the way to setup the command line for using Twitter From Command Line Interface again; please setup the needed things properly. Otherwise obviously no trick will work. Basically using Twitter from Command Line interface is technically easier than Facebook. We actually have done it before in other way : Get your Twitter™s tweet as RSS feed and JSON™s url plus widget codes. Servers obviously parse the things as binary and that means as command lines. The situation in case of end user is different as we are not among the authorized chain from CLI. That is why we need an Auth code or API to make sure that we are not automated bots.
Using Twitter From Command Line Interface : Steps
As because Twitter has better understandable API and functions, there are multiple repositories exists for using Twitter From Command Line Interface, like :
---
1 | https://github.com/sferik/t |
1 | http://code.google.com/p/tweetx/ |
For the first one, in latest Mac OS X 10.8 (rather OS X 10.8) the command ruby -v will return this rightly :
Clone the git and run gem install t command. That Github page is enough easy guide to use the first one for using Twitter from Command Line Interface. The second one will not run if you do not make an installer file. The command written there :
1 | sudo apt-get install libssl-dev |
and
1 | sudo apt-get install ncurses-dev |
Do not use sudo for zsh setup (like we done in the linked article’s linked guide; sounds complex sentence…) on Mac with iTerm2. You have to basically install libssl and ncurses. ncurses has Apple’s own man page :
1 | https://developer.apple.com/library/mac/#documentation/Darwin/Reference/ManPages/man3/ncurses.3x.html |
If you find the second one pathetic, you can use the first one. The reason we mentioned both due to the reason, some might not love using Ruby Gem. It sounds odd, but we got such comments before !
Tagged With twitter command line