<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Twitter 和饭否同步</title>
	<atom:link href="http://archive.raptium.net/2009/02/01/twitter-sync-with-fanfou/feed/" rel="self" type="application/rss+xml" />
	<link>http://archive.raptium.net/2009/02/01/twitter-sync-with-fanfou/</link>
	<description>raptium&#039;s another weblog</description>
	<lastBuildDate>Mon, 13 Jun 2011 05:49:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: TsienS</title>
		<link>http://archive.raptium.net/2009/02/01/twitter-sync-with-fanfou/#comment-168</link>
		<dc:creator>TsienS</dc:creator>
		<pubDate>Wed, 28 Oct 2009 11:54:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.raptium.com/?p=298#comment-168</guid>
		<description>嘀嗒的服务可以的，直接从twitter网页更新，同步到hellotxt，hellotxt可以同步其他的微博，不过嘀嗒正在申请OpenCloud，应该不久能实现twitter网页同步到其他微博。</description>
		<content:encoded><![CDATA[<p>嘀嗒的服务可以的，直接从twitter网页更新，同步到hellotxt，hellotxt可以同步其他的微博，不过嘀嗒正在申请OpenCloud，应该不久能实现twitter网页同步到其他微博。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: raptium</title>
		<link>http://archive.raptium.net/2009/02/01/twitter-sync-with-fanfou/#comment-167</link>
		<dc:creator>raptium</dc:creator>
		<pubDate>Tue, 23 Jun 2009 12:52:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.raptium.com/?p=298#comment-167</guid>
		<description>&lt;a href=&quot;#comment-198&quot; rel=&quot;nofollow&quot;&gt;@ni &lt;/a&gt; 
这段程序最好要放到一台24小时开机并且在线的机器上…… 因为是 python 写的 所以还需要装 python 其实我的做法通用性并不好 要方便还是使用 &lt;a href=&quot;http://hellotxt.com&quot; rel=&quot;nofollow&quot;&gt;hellotxt&lt;/a&gt; 之类的第三方程序来解决同步问题吧～～</description>
		<content:encoded><![CDATA[<p><a href="#comment-198" rel="nofollow">@ni </a><br />
这段程序最好要放到一台24小时开机并且在线的机器上…… 因为是 python 写的 所以还需要装 python 其实我的做法通用性并不好 要方便还是使用 <a href="http://hellotxt.com" rel="nofollow">hellotxt</a> 之类的第三方程序来解决同步问题吧～～</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ni</title>
		<link>http://archive.raptium.net/2009/02/01/twitter-sync-with-fanfou/#comment-166</link>
		<dc:creator>ni</dc:creator>
		<pubDate>Tue, 23 Jun 2009 11:41:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.raptium.com/?p=298#comment-166</guid>
		<description>非挨踢人士想知道上边这一大串东西要往哪里放才可以同步twitter和饭否同步……汗，但是还是希望知道哈……如果能发我邮箱就更好鸟，谢谢！</description>
		<content:encoded><![CDATA[<p>非挨踢人士想知道上边这一大串东西要往哪里放才可以同步twitter和饭否同步……汗，但是还是希望知道哈……如果能发我邮箱就更好鸟，谢谢！</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: python版的饭否到twitter的同步代码。 &#124; As Time Goes By</title>
		<link>http://archive.raptium.net/2009/02/01/twitter-sync-with-fanfou/#comment-165</link>
		<dc:creator>python版的饭否到twitter的同步代码。 &#124; As Time Goes By</dc:creator>
		<pubDate>Mon, 15 Jun 2009 19:08:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.raptium.com/?p=298#comment-165</guid>
		<description>[...] 参考raptium同学的文章。 Twitter 和饭否同步 [...] </description>
		<content:encoded><![CDATA[<p>[...] 参考raptium同学的文章。 Twitter 和饭否同步 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: raptium</title>
		<link>http://archive.raptium.net/2009/02/01/twitter-sync-with-fanfou/#comment-164</link>
		<dc:creator>raptium</dc:creator>
		<pubDate>Tue, 09 Jun 2009 07:28:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.raptium.com/?p=298#comment-164</guid>
		<description>&lt;a href=&quot;#comment-186&quot; rel=&quot;nofollow&quot;&gt;@M.T. &lt;/a&gt; 
饭否的消息ID还真不是数字 不过我看了一下饭否的api 也是支持 since_id 这个参数的
你可以把代码中相关的int() 去掉 应该还是可以用的吧</description>
		<content:encoded><![CDATA[<p><a href="#comment-186" rel="nofollow">@M.T. </a><br />
饭否的消息ID还真不是数字 不过我看了一下饭否的api 也是支持 since_id 这个参数的<br />
你可以把代码中相关的int() 去掉 应该还是可以用的吧</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: M.T.</title>
		<link>http://archive.raptium.net/2009/02/01/twitter-sync-with-fanfou/#comment-163</link>
		<dc:creator>M.T.</dc:creator>
		<pubDate>Mon, 08 Jun 2009 07:37:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.raptium.com/?p=298#comment-163</guid>
		<description>能不能帮我写个反的，把饭否的全部消息同步到twitter呢？
我尝试对换链接同步，但是没成功，因为饭否那个消息的ID非数字。</description>
		<content:encoded><![CDATA[<p>能不能帮我写个反的，把饭否的全部消息同步到twitter呢？<br />
我尝试对换链接同步，但是没成功，因为饭否那个消息的ID非数字。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: raptium</title>
		<link>http://archive.raptium.net/2009/02/01/twitter-sync-with-fanfou/#comment-162</link>
		<dc:creator>raptium</dc:creator>
		<pubDate>Mon, 01 Jun 2009 00:42:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.raptium.com/?p=298#comment-162</guid>
		<description>&lt;a href=&quot;#comment-184&quot; rel=&quot;nofollow&quot;&gt;@cail &lt;/a&gt; 
我不知道出错的行啊 似乎只有两个地方用到了 int()
如果是第一个的话 你的 last.txt 是不是空的？ 如果是空的 请把twitter上最后一条消息的 id 填进去</description>
		<content:encoded><![CDATA[<p><a href="#comment-184" rel="nofollow">@cail </a><br />
我不知道出错的行啊 似乎只有两个地方用到了 int()<br />
如果是第一个的话 你的 last.txt 是不是空的？ 如果是空的 请把twitter上最后一条消息的 id 填进去</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cail</title>
		<link>http://archive.raptium.net/2009/02/01/twitter-sync-with-fanfou/#comment-161</link>
		<dc:creator>cail</dc:creator>
		<pubDate>Sun, 31 May 2009 21:12:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.raptium.com/?p=298#comment-161</guid>
		<description>尝试了一下，发现这个错误
ValueError: invalid literal for int() with base 10: &#039;&#039;
已经改了用户名密码，创建了last.txt文件
有什么建议？
多谢</description>
		<content:encoded><![CDATA[<p>尝试了一下，发现这个错误<br />
ValueError: invalid literal for int() with base 10: &#8221;<br />
已经改了用户名密码，创建了last.txt文件<br />
有什么建议？<br />
多谢</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Twitter开启消息保护模式后认证同步饭否 - jimey - jimey&#8217;s Life jimey&#8217;s World</title>
		<link>http://archive.raptium.net/2009/02/01/twitter-sync-with-fanfou/#comment-160</link>
		<dc:creator>Twitter开启消息保护模式后认证同步饭否 - jimey - jimey&#8217;s Life jimey&#8217;s World</dc:creator>
		<pubDate>Wed, 01 Apr 2009 13:02:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.raptium.com/?p=298#comment-160</guid>
		<description>[...] raptium同学的Twitter 和饭否同步 代码 #!/usr/bin/python &#160; from xml.dom.minidom import parseString import urllib2 import [...] </description>
		<content:encoded><![CDATA[<p>[...] raptium同学的Twitter 和饭否同步 代码 #!/usr/bin/python &nbsp; from xml.dom.minidom import parseString import urllib2 import [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 同步twitter到饭否 - jimey - jimey&#8217;s Life jimey&#8217;s World</title>
		<link>http://archive.raptium.net/2009/02/01/twitter-sync-with-fanfou/#comment-159</link>
		<dc:creator>同步twitter到饭否 - jimey - jimey&#8217;s Life jimey&#8217;s World</dc:creator>
		<pubDate>Sat, 28 Mar 2009 08:52:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.raptium.com/?p=298#comment-159</guid>
		<description>[...] 还得多谢raptium同学的Twitter 和饭否同步 [...] </description>
		<content:encoded><![CDATA[<p>[...] 还得多谢raptium同学的Twitter 和饭否同步 [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Served from: archive.raptium.net @ 2012-05-21 13:49:14 by W3 Total Cache -->
