Twitter CLI 是一款命令行式的开源 Twitter 客户端,需要安装Ruby环境,安装Ruby后,运行

gem install t

Twitter API OAuth绑定登录

t authorize

帮助:

t help

发推:

t update "I'm tweeting from the command line. Isn't that special?"

关注

t follow @marsdream

取消关注

t does_follow @ev @sferik

更多用法请查看Github说明文档。

[repo owner=”sferik” name=”t”]