sudo apt-get install ruby-dev
sudo gem install t

istruzioni per autorizzare l'applicazione

$ t account
Below are some common Twitter CLI examples.
 
To get detailed info about a user:
 
$ t whois @xmodulo
To start streaming your Twitter timeline in real time:
 
$ t stream timeline
To compose and post a new tweet:
 
$ t update "Hello there"
To follow user(s):
 
$ t follow @xmodulo @linuxfoundation
To show the last 10 tweets that mentioned you:
 
$ t mentions -n 10
To search for tweets containing a keyword in your timeline:
 
$ t search timeline "linux"