四手联弹之hotot

昨天晚上@shellex 向我推荐hotot,这一款新的轻量级客户端,我试用了一下,非常不错,发现网上没有什么文章推荐,好吧,我就来写第一篇软文了。

现在,隆重推荐由@shellex@shellexy四手联弹织造的轻量级Twitter利器——hotot,基于Python。众所周知的事情,@shellex@shellexy之间,仅仅是相差了一个Y染色体,当他们分开独立作业的时候,已经是非常有名了,但是当他们合体之后的结晶,应该相当不错,事实确实如此,试用后感觉良好。

Follow这一篇由@doublechou写的Howto后,你就可以轻松使用了,当发现你不能安装的时候,就请直接python hotot.py吧。

这是欢迎界面,可以选择通过API来登录Twitter,也可以通过OAuth,当然前提是你有能力,这不是一般人可以做的。哈哈。

greeting

设置界面,在这里可以设置API,用来登录。我现在使用的是由@cnhacktnt友情赞助的platter,非常不错。

preferences

这个就是发送新推特了,鼠标移动到左上角会自动进入发送界面,确定后按下ctrl+enter就可以发推了。

sendtwitter

最后送上关于吧,里面有这详细的参考信息。

about

有兴趣的朋友可以上:http://code.google.com/p/hotot/

或者两步使用hotot:

  1. sudo apt-get Install python-webkitgtk python-notify python-keybinder mercurial
  2. hg clone https://hotot.googlecode.com/hg/ hototcd hotot/hotot

    python hotot.py

Enjoy!

原文:http://www.brucebot.com/2010/08/hotot/

关于 于仁颇黎

于仁颇黎@机器人:http://www.brucebot.com
此条目发表在 网络相关 分类目录,贴了 , , 标签。将固定链接加入收藏夹。

四手联弹之hotot》有 22 条评论

  1. idiot 说:

    webkit~~~学习学习~

  2. csslayer 说:

    海潮般的八卦气息- -b

  3. shizhao 说:

    sudo apt-get install python-webkitgtk python-notify python-keybinder mercurial

    大小写

  4. shizhao 说:

    python hotot.py
    Traceback (most recent call last):
    File “hotot.py”, line 202, in
    main()
    File “hotot.py”, line 186, in main
    agent.init_notify()
    File “/home/shizhao/hotot/hotot/agent.py”, line 19, in init_notify
    config.get_ui_object (‘imgs/ic64_hotot.png’)))
    TypeError: pixbuf_new_from_file() argument 1 must be string, not None

  5. kevin 说:

    超赞,不过我一直搞不清少了个y什么关系

  6. Jeonkwan 说:

    呃~ 我这里缺了什么呢?
    kwan@linux-hzkm:~/build/hotot/hotot> python hotot.py
    Traceback (most recent call last):
    File “hotot.py”, line 10, in
    import gtk
    File “/usr/lib/python2.6/site-packages/gtk-2.0/gtk/__init__.py”, line 30, in
    import gobject as _gobject
    File “/usr/lib/python2.6/site-packages/gtk-2.0/gobject/__init__.py”, line 26, in
    from glib import spawn_async, idle_add, timeout_add, timeout_add_seconds, \
    File “/usr/lib/python2.6/site-packages/gtk-2.0/glib/__init__.py”, line 22, in
    from glib._glib import *
    ImportError: No module named _glib
    kwan@linux-hzkm:~/build/hotot/hotot> pkg-config glib-2.0 –cflags –libs
    -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -lglib-2.0

  7. wudaown 说:

    呃 .. 我也没运行起来 .. 呃 .. 麻烦

  8. csslayer 说:

    认真看了看……搞不清楚了……

    这个东西是web server还是桌面应用啊……

  9. Pingback 引用通告: twitter存档 » Twitter Updates for 2010-08-19

  10. 幽明 说:

    菜鸟问一句为何:sudo apt-get install python-webkitgtk 我的安装不了呢?

  11. Pingback 引用通告: Ubuntu Tweak 0.5.7 正式发布 | Ubuntu Home

  12. Pingback 引用通告: Ubuntu Tweak 0.5.7 正式发布

  13. hite 说:

    /media/undecided/Mydownloads/hotot$ ./install.ubuntu
    + python setup.py build_i18n -m
    Traceback (most recent call last):
    File “setup.py”, line 5, in
    from DistUtilsExtra.command import *
    ImportError: No module named DistUtilsExtra.command
    + python setup.py build
    Traceback (most recent call last):
    File “setup.py”, line 5, in
    from DistUtilsExtra.command import *
    ImportError: No module named DistUtilsExtra.command
    + sudo python setup.py install –install-layout deb –record record.log
    Traceback (most recent call last):
    File “setup.py”, line 5, in
    from DistUtilsExtra.command import *
    ImportError: No module named DistUtilsExtra.command

    我这个就没有hotot.py文件

  14. Pingback 引用通告: 凡尘飞扬 » Ubuntu Tweak 0.5.7 正式发布

  15. Kouga 说:

    现在直接
    1.添加hotot-team滴ppa源
    2.sudo apt-get install hotot
    即可了喵~