Mengirim Update Status TWITTER Melalui TERMINAL Linux

SOCIALIZE IT ⇨
Colorful Twitter Client for Linux Terminal --Mengirim Update Status Twitter Melalui Terminal Linux --Cara ngetweet melalui Terminal sangat mudah dilakukan di Linux. Cara update Twitter ini tidak menggunakan curl karena Twitter sudah memakai oaut untuk otentikasinya. Kita kali ini akan menggunakan Rainbowstream.

Twitter adalah adalah sebuah situs web yang dimiliki dan dioperasikan oleh perusahaan Twitter Inc., yang menawarkan jejaring sosial berupa mikroblogging yang memungkinkan penggunanya mengirim dan membaca status kicauan atau tweets.

Rainbowstream adalah Client Twitter yang berbasis Terminal, dapat memantau tweetstream, compose tweet, search, direct message, favorite dan masih banyak hal lainnya yang dapat dilakukan melalui Terminal Linux.

Rainbowstream merupakan paket yang berisi Python Twitter Tool dan Twitter API yang dapat dijalankan pada versi Python 2.7.x dan 3.x .

rainbowstream twitter client linux - twitter client colorful linux

Cara Install Rainbowstream di Ubuntu / Linux Mint 

Untuk menginstal Rainbowstream, sebelumnya anda harus menginstal beberapa library yang menjadi dependency dari Rainbow Stream, cukup ketikkan perintah di Terminal :
sudo apt-get install python-dev libjpeg libjpeg-dev libfreetype6 libfreetype6-dev zlib1g-dev
sudo apt-get install python-virtualenv
sudo apt-get install python-pip
sudo pip install rainbowstream

Setelah semuanya selesai, maka anda sudah dapat menjalankan Twitter dari Terminal dengan cara sebagai berikut (Masuk dulu ke rainbowstream dengan mengetikkan rainbowstream), lalu ketikkan :
Explore Commands
  • trend will show global trending topics. trend US will show trends in United States while trend JP Tokyo will show trends in Tokyo/Japan.
  • home will show your timeline. home 10 will print exactly 10 tweets.
  • notification will show your notification from the time you started RainbowStream.
  • mentions will show mentions timeline. mentions 7 will show 7 mention tweets.
  • whois @dtvd88 will show profile of @dtvd88.
  • view @mdo will show @mdo �s timeline. view @dmo 9 will print exactly 9 tweets.
  • s noah will search the word �noah�. Result will come back with highlight. Search can be performed with or without hashtag.
Tweet Commands
  • t the rainbow is god's promise to noah will tweet exactly �the rainbow is god�s promise to noah�.
  • rt 12 will retweet the tweet with [id=12]. You can see id of each tweet beside the time.
  • quote 12 will quote the tweet with [id=12]. If no extra text is added, the quote will be cancelled.
  • allrt 12 20 will list 20 newest retweets of the tweet with [id=12]. If the number of retweets is not specified, 5 newest retweets will be listed instead.
  • conversation 12 will show the chain of replies prior to the tweet with [id=12].
  • rep 12 Really will reply �Really� to the owner of the tweet with [id=12].
  • repall 12 Really will reply �Really� to all people in the tweet with [id=12].
  • fav 12 will favorite the tweet with [id=12].
  • ufav 12 will unfavorite tweet with [id=12].
  • share 12 will copy link to tweet with [id=12] to your clipboard if you are on a Mac, or display it directly if you are on Linux.
  • del 12 will delete tweet with [id=12].
  • show image 12 will show the image in tweet with [id=12] in your OS�s image viewer.
  • open 12 will open url in tweet with [id=12] in your OS�s default browser.
Direct Messages Commands
  • inbox will show inbox messages. inbox 7 will show newest 7 messages.
  • thread 2 will show full thread with [id=2].
  • mes @dtvd88 hi will send a hi message to @dtvd88.
  • trash 5 will remove message with [message_id=5]

0 komentar:

Posting Komentar