Histwi 是一款 Ubuntu 上强劲的 Twitter 数据备份工具,通过它可以批量备份自已的 Tweets 数据,并具备 follower/following 等其它增强功能,
Histwi 使用 Python 及 GTK+ 开发构建,默认提供了 Ubuntu PPA 源及 Deb 包,当然其它 Linux 发行版也可用,因为它提供了源码。关于 Histwi 的详细功能如下。
# 功能:
# 项目主页: http://originalcoding.com/histwi/
# 截图:
Follower 及 Following 对比工具

导出 Tweets

# 安装 : PPA 源
sudo add-apt-repository ppa:nikolay-blohin/histwi
sudo apt-get update
sudo apt-get install histwi
# 运行:你可以利用 VPN 或利用 Proxychains + SSH Tunnel 的方式来运行该程序,Proxychains 运行方式如下:
proxychains python /usr/share/histwi/histwi.py
运行后,你可以添加帐号来进行备份等操作了,需要注意的是它第一次运行的时候需花费大量时间同步帐户信息,这要视你的 follower 数量而定。
关于 Proxychains + SSH Tunnel 的使用方法见此文: Ubuntu 下如何使用 SSH Tunneling Proxy ?
4 Responses to Histwi: Ubuntu 上强劲的 Twitter 数据备份工具
linxuan
七月 21st, 2010 at 12:53 下午
看到自己了……顶一下
[Reply]
pityonline
七月 22nd, 2010 at 2:17 上午
$ python /usr/share/histwi/histwi.py
Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib/python2.6/threading.py", line 532, in __bootstrap_inner
self.run()
File "/usr/lib/python2.6/threading.py", line 484, in run
self.__target(*self.__args, **self.__kwargs)
File "/usr/share/histwi/sync.py", line 28, in __init__
rezult = self.main()
File "/usr/share/histwi/sync.py", line 408, in main
error_message = self.load_tweets(user['id'], user['statuses_count'])
File "/usr/share/histwi/sync.py", line 343, in load_tweets
save_tweets_in_DB(tweets)
File "/usr/share/histwi/sync.py", line 323, in save_tweets_in_DB
values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)''', my_data)
InterfaceError: Error binding parameter 9 - probably unsupported type.
运行命令后刚开始看上去还好,但一会就停住不动了,然后终端里出现以上信息……
[Reply]
bones7456
七月 25th, 2010 at 8:49 上午
哈哈,看到我的头像了,支持一下~
[Reply]
thinkhy
八月 5th, 2010 at 1:09 下午
现在我的本本上只有Ubuntu一个OS,无意发现这个站,内容和页面布局都不错 ,收藏了。
[Reply]