个人工具

“Twitter”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
安装AIR
Qwit
 
(未显示3个用户的9个中间版本)
第3行: 第3行:
 
Twitter是一個社交網路及微博客服務,可以以各种方式使用Twitter服务,比如手机等等,随便Google就能有一堆资料,这里主要讲(K)Ubuntu下面Twitter的方式。  
 
Twitter是一個社交網路及微博客服務,可以以各种方式使用Twitter服务,比如手机等等,随便Google就能有一堆资料,这里主要讲(K)Ubuntu下面Twitter的方式。  
  
== 注册Twitter帐号  ==
+
做个测试,ok?
 
+
[http://twitter.com/ http://twitter.com/]  这里注册帐号
+
  
 
== (K)Ubuntu上的Twitter客户端  ==
 
== (K)Ubuntu上的Twitter客户端  ==
第14行: 第12行:
  
 
[[Image:Qwit.png]]
 
[[Image:Qwit.png]]
 +
 +
=== Hotot (傲兔)===
 +
Hotot (傲兔)是由 @shellex @shellexy @tualatrix 几位同学用 python 编写的一个新潮华丽,功能强大的 Twitter 客户端,遵守 GNU General Public License 。
 +
 +
==== 安装 Hotot ====
 +
<pre>sudo add-apt-repository ppa:hotot-team
 +
sudo apt-get update
 +
sudo apt-get install hotot</pre>
 +
 +
==== 使用及截图 ====
 +
使用 Hotot 要经 Twitter oAuth 认证,点击“从 Twitter 官网登录”
 +
[[File:Hotot.png]]
 +
 +
把 oAuth 链接复制到浏览器中打开(此时浏览器需可访问 Twitter 官网),同意 Hotot 使用 Twitter 数据,生成一组数字,把生成的数字粘贴到 PIN Code 框内,确定。成功后再点击“从 Twitter 官网登录”即可使用。
 +
[[File:Hotot-1.png]]
 +
 +
界面华丽,功能强大,并拥有类 vim 的快捷键,支持多种代理。
 +
[[File:Hotot-2.png]]
 +
 +
==== 相关网站 ====
 +
Hotot Web [http://hotot.org]
 +
Google Code [http://code.google.com/p/hotot]
 +
Launchpad [https://launchpad.net/hotot]
 +
参考 [http://wowubuntu.com/hotot.html]
 +
jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj请注意您对Ubuntu中文的所有贡献都可能被其他贡献者编辑
 +
 
=== Adobe AIR上的===
 
=== Adobe AIR上的===
 
==== 安装AIR  ====
 
==== 安装AIR  ====
第21行: 第45行:
 
右键单击下载后的文件,选择“属性”。再选择“权限”,在“允许以程序执行文件”前面打勾,关闭  
 
右键单击下载后的文件,选择“属性”。再选择“权限”,在“允许以程序执行文件”前面打勾,关闭  
 
<pre>chmod +x AdobeAIRInstaller.bin </pre>  
 
<pre>chmod +x AdobeAIRInstaller.bin </pre>  
[[Image:Air4.jpg]]  
+
[[Image:Air4.png]]  
  
打开终端,到刚才下载安装文件的目录执行:<br>
+
打开终端,到刚才下载安装文件的目录执行:<br>  
 
<pre>sudo ./AdobeAIRInstaller.bin </pre>  
 
<pre>sudo ./AdobeAIRInstaller.bin </pre>  
[[Image:Air1.png]]
+
[[Image:Air1.png]]  
AIR会安装到 /opt/Adobe AIR/Versions/1.0
+
 
 +
AIR会安装到 /opt/Adobe AIR/Versions/1.0
  
 
==== Twhirl  ====
 
==== Twhirl  ====
第57行: 第82行:
  
 
[http://linuxtoy.org/search/twitter http://linuxtoy.org/search/twitter]
 
[http://linuxtoy.org/search/twitter http://linuxtoy.org/search/twitter]
 +
 +
[[Category:聊天]]

2013年1月30日 (三) 23:04的最新版本

Twitter logo s.png

Twitter是一個社交網路及微博客服務,可以以各种方式使用Twitter服务,比如手机等等,随便Google就能有一堆资料,这里主要讲(K)Ubuntu下面Twitter的方式。

做个测试,ok?

(K)Ubuntu上的Twitter客户端

原生的客户端

Qwit

http://code.google.com/p/qwit/ 下载下来,直接用

Qwit.png

Hotot (傲兔)

Hotot (傲兔)是由 @shellex @shellexy @tualatrix 几位同学用 python 编写的一个新潮华丽,功能强大的 Twitter 客户端,遵守 GNU General Public License 。

安装 Hotot

sudo add-apt-repository ppa:hotot-team 
sudo apt-get update 
sudo apt-get install hotot

使用及截图

使用 Hotot 要经 Twitter oAuth 认证,点击“从 Twitter 官网登录” Hotot.png

把 oAuth 链接复制到浏览器中打开(此时浏览器需可访问 Twitter 官网),同意 Hotot 使用 Twitter 数据,生成一组数字,把生成的数字粘贴到 PIN Code 框内,确定。成功后再点击“从 Twitter 官网登录”即可使用。 Hotot-1.png

界面华丽,功能强大,并拥有类 vim 的快捷键,支持多种代理。 Hotot-2.png

相关网站

Hotot Web [1] Google Code [2] Launchpad [3] 参考 [4] jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj请注意您对Ubuntu中文的所有贡献都可能被其他贡献者编辑

Adobe AIR上的

安装AIR

右键单击下载后的文件,选择“属性”。再选择“权限”,在“允许以程序执行文件”前面打勾,关闭

chmod +x AdobeAIRInstaller.bin 

Air4.png

打开终端,到刚才下载安装文件的目录执行:

sudo ./AdobeAIRInstaller.bin 

Air1.png

AIR会安装到 /opt/Adobe AIR/Versions/1.0

Twhirl

http://www.twhirl.org/


Air2.png

Air3.png

Firefox扩展

TwitterFox扩展

https://addons.mozilla.org/zh-CN/firefox/addon/5081 [5]

http://twitterfox.net/

Twitterfox screenshot.png

参考

http://xdp.me/2008/12/20/install-adobe-air-for-linux-in-ubuntu-intrepid/

http://www.su-do.org/how-to-install-adobe-air-and-air-apps-in-ubuntu.html

http://www.awflasher.com/blog/archives/1635

http://www.ellck.com/web/165.html

http://linuxtoy.org/search/twitter