<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>木木木木木 &#187; 推特</title>
	<atom:link href="http://immmmm.com/tag/%e6%8e%a8%e7%89%b9/feed" rel="self" type="application/rss+xml" />
	<link>http://immmmm.com</link>
	<description>不问明天，悠然浪费</description>
	<lastBuildDate>Mon, 21 May 2012 12:03:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>GTalk推特机器人：Twitalker</title>
		<link>http://immmmm.com/gtalk-twitter-robot-twitalker.html</link>
		<comments>http://immmmm.com/gtalk-twitter-robot-twitalker.html#comments</comments>
		<pubDate>Sun, 15 Aug 2010 06:31:50 +0000</pubDate>
		<dc:creator>林木木</dc:creator>
				<category><![CDATA[软件技巧]]></category>
		<category><![CDATA[GTalk]]></category>
		<category><![CDATA[推特]]></category>
		<category><![CDATA[机器人]]></category>

		<guid isPermaLink="false">http://immmmm.com/?p=1440</guid>
		<description><![CDATA[TwiTalker：http://twitalker.appspot.com/ 这个机器人个人感觉是目前GTalk里最强大最好用的一个推特机器人了，使用也很简单，翻墙Oauth验证一下，然后GTalk里添加Twitalker帐号为好友，之后就可以轻松发推和回复推了。具体看官方介绍吧～ 今天发文是成功利用作者公布的源码在GAE上也架了一个。不知道什么是GAE的，不知道怎么上传程序至GAE的，不知道怎么申请推特API的请看：《GAE搭建个性推特API流程》 下面简单说说搭建的流程： 1.GAE创建Application并记下ID（下文以xxxxxx代替）； 2.推特上创建application获取key及secret，其中callback填：http://xxxxxx.appspot.com/oauth ； 3.下载twitalker源代码程序，选取其中一个语言版本，打开app.yaml修改第一行为xxxxxx，打开config.py修改OAUTH_KEY、OAUTH_SECRET、APP_ID； 4.启动Google App Engine Launcher上传程序，之后访问http://xxxxxx.appspot.com/，点击页面右上角的“OAuth验证”，ALLOW通过，跳转后获取验证字符串； 5.GTalk添加好友xxxxxx.appspot.com，输入验证字符串，完成！ 关于个性的From，你可以在推特上自行修改～这样我们在GTalk上也能用上个性的API咯～欢呼～～ 哦，不，默哀……]]></description>
			<content:encoded><![CDATA[<p><strong><span style="color: #3366ff;">TwiTalker：</span></strong><a rel="nofollow" href="http://twitalker.appspot.com/" target="_blank">http://twitalker.appspot.com/</a></p>
<p>这个机器人个人感觉是目前GTalk里最强大最好用的一个推特机器人了，使用也很简单，翻墙Oauth验证一下，然后GTalk里添加Twitalker帐号为好友，之后就可以轻松发推和回复推了。具体看官方介绍吧～</p>
<p>今天发文是成功利用作者公布的源码在GAE上也架了一个。不知道什么是GAE的，不知道怎么上传程序至GAE的，不知道怎么申请推特API的请看：<a rel="nofollow" href="http://immmmm.com/gae-build-twitter-api.html" target="_blank">《GAE搭建个性推特API流程》</a><span id="more-1440"></span></p>
<p>下面简单说说搭建的流程：</p>
<p>1.GAE创建Application并记下ID（下文以xxxxxx代替）；</p>
<p>2.推特上创建application获取key及secret，其中callback填：http://xxxxxx.appspot.com/oauth ；</p>
<p>3.下载<a rel="nofollow" href="http://code.google.com/p/twitalker/downloads/list" target="_blank">twitalker源代码程序</a>，选取其中一个语言版本，打开app.yaml修改第一行为xxxxxx，打开config.py修改OAUTH_KEY、OAUTH_SECRET、APP_ID；</p>
<p>4.启动Google App Engine Launcher上传程序，之后访问http://xxxxxx.appspot.com/，点击页面右上角的“OAuth验证”，ALLOW通过，跳转后获取验证字符串；</p>
<p>5.GTalk添加好友xxxxxx.appspot.com，输入验证字符串，完成！</p>
<p>关于个性的From，你可以在推特上自行修改～这样我们在GTalk上也能用上个性的API咯～欢呼～～</p>
<p>哦，不，默哀……</p>
]]></content:encoded>
			<wfw:commentRss>http://immmmm.com/gtalk-twitter-robot-twitalker.html/feed</wfw:commentRss>
		<slash:comments>155</slash:comments>
		</item>
		<item>
		<title>GAE搭建个性推特API流程</title>
		<link>http://immmmm.com/gae-build-twitter-api.html</link>
		<comments>http://immmmm.com/gae-build-twitter-api.html#comments</comments>
		<pubDate>Sun, 08 Aug 2010 16:27:26 +0000</pubDate>
		<dc:creator>林木木</dc:creator>
				<category><![CDATA[软件技巧]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[GAE]]></category>
		<category><![CDATA[推特]]></category>

		<guid isPermaLink="false">http://immmmm.com/?p=1412</guid>
		<description><![CDATA[话说咱这翻了大半年墙上推的人连属于自己的API都米有，说出来真是有点丢人咯…… 现在建推特API程序很多，PHP的那个已经很简单了，不过由于主机是小张赞助的不允许放这些，放弃；另外还有一个网站apigee.com好像也可以，没试过；找来找去还是兜到了GAE上来！ 下面就来说说这个创建API的基本流程吧！ 一、创建Application 1.登入GAE创建Application：打开https://appengine.google.com/，点击“Create an Application”，填写两个输入框内容（记下Identifier），再点击“Create Application”，提示成功，OK； 2.登入推特创建application获取key及secret：打开https://twitter.com/apps（需翻墙），点击“Register a new application »”，按照下图进行填写后点击“Save”； 其中Callback URL是：http://xxxxxx.appspot.com/oauth/twitter/callback （xxxxxx是第一步创建时的Identifier名称） 成功后出现以下页面，记下key和secret，OK； 二、gtap程序下载及修改 1.下载并解压gtap-0.4； 2.修改代码并保存： (1)app.yaml (2)main.py 三、本地部署配置GAE并上传gtap 1.下载并安装Python和Google App Engine SDK for Python； 2.配置Python：计算机—属性—高级系统设置—环境变量，修改“系统变量”中的“Path”值为Python的安装目录， 然后win+r，输入cmd回车，输入python，有返回，说明Python配置成功，OK； 3.上次gtar程序至GAE：启动Google App Engine Launcher，点击“File”，再点击“Add Existing Application”，选择指定到gtar程序所在文件夹的路径（需全英文路径），然后选中新项目，再点击主界面上的“Deploy”按钮输入Google账户及密码，等待弹出窗口中显示“You can close this window now”，OK； 四、完成Ouath验证 访问http://xxxxxx.appspot.com/，点击图片： 点击“Allow”： 页面跳转回来： 最后美美的点击“Change the Key”，OK！ 五、您的推特API出炉：http://xxxxxx.appspot.com/ （最后那个“/”不可省！） 尽情推吧推吧～]]></description>
			<content:encoded><![CDATA[<p>话说咱这翻了大半年墙上推的人连属于自己的API都米有，说出来真是有点丢人咯……</p>
<p>现在建推特API程序很多，PHP的那个已经很简单了，不过由于主机是小张赞助的不允许放这些，放弃；另外还有一个网站apigee.com好像也可以，没试过；找来找去还是兜到了GAE上来！</p>
<p>下面就来说说这个创建API的基本流程吧！</p>
<p><strong>一、创建Application</strong></p>
<p>1.登入GAE创建Application：打开<a rel="nofollow" href="http://appengine.google.com/" target="_blank">https://appengine.google.com/</a>，点击“Create an Application”，填写两个输入框内容（<strong><span style="color: #3366ff;">记下Identifier</span></strong>），再点击“Create Application”，提示成功，OK；<span id="more-1412"></span></p>
<p style="text-align: center;"><a href="http://lh3.googleusercontent.com/_65ZfNm-tR48/TGubP6MMG4I/AAAAAAAAD3k/6aCekuhnoKQ/gae-1.jpg?imgmax=800"><img class="pie-img" src="http://lh3.googleusercontent.com/_65ZfNm-tR48/TGubP6MMG4I/AAAAAAAAD3k/6aCekuhnoKQ/gae-1.jpg?imgmax=400" alt="gae-1.jpg" /></a></p>
<p>2.登入推特创建application获取key及secret：打开<a rel="nofollow" href="http://twitter.com/apps" target="_blank">https://twitter.com/apps</a>（需翻墙），点击“Register a new application »”，按照下图进行填写后点击“Save”；</p>
<p>其中Callback URL是：http://xxxxxx.appspot.com/oauth/twitter/callback （xxxxxx是第一步创建时的Identifier名称）</p>
<p style="text-align: center;"><a href="https://lh6.googleusercontent.com/_65ZfNm-tR48/TGubRDnyE_I/AAAAAAAAD4s/oULmlmkrAE0/gae-3.jpg?imgmax=800"><img class="pie-img" src="https://lh6.googleusercontent.com/_65ZfNm-tR48/TGubRDnyE_I/AAAAAAAAD4s/oULmlmkrAE0/gae-3.jpg?imgmax=800" alt="gae-3.jpg" /></a></p>
<p>成功后出现以下页面，<span style="color: #3366ff;"><strong><span style="color: #3366ff;">记下</span></strong></span><strong><span style="color: #3366ff;">key和secret</span></strong>，OK；</p>
<p style="text-align: center;"><a href="http://lh4.googleusercontent.com/_65ZfNm-tR48/TGubRlOujKI/AAAAAAAAD3w/YS8ZCD3tGVE/gae-4.jpg?imgmax=800"><img class="pie-img" src="http://lh4.googleusercontent.com/_65ZfNm-tR48/TGubRlOujKI/AAAAAAAAD3w/YS8ZCD3tGVE/gae-4.jpg?imgmax=400" alt="gae-4.jpg" /></a></p>
<p><strong>二、gtap程序下载及修改</strong></p>
<p>1.下载并解压<a rel="nofollow" href="http://code.google.com/p/gtap/downloads/list" target="_blank">gtap-0.4</a>；</p>
<p>2.修改代码并保存：</p>
<p>(1)app.yaml</p>
<p style="text-align: center;"><img class="pie-img" src="https://lh6.googleusercontent.com/_65ZfNm-tR48/TGubTvQw9wI/AAAAAAAAD38/OI6bTNYflg4/gae-7.jpg?imgmax=800" alt="gae-7.jpg" /></p>
<p>(2)main.py</p>
<p style="text-align: center;"><img class="pie-img" src="http://lh3.googleusercontent.com/_65ZfNm-tR48/TGubUD9fvrI/AAAAAAAAD4A/7Y29bYU0ZMI/gae-8.jpg?imgmax=800" alt="gae-8.jpg" /></p>
<p><strong>三、本地部署配置GAE并上传gtap</strong></p>
<p>1.下载并安装<a rel="nofollow" href="http://www.python.org/download/" target="_blank">Python</a>和<a rel="nofollow" href="http://code.google.com/intl/zh-CN/appengine/downloads.html" target="_blank">Google App Engine SDK for Python</a>；</p>
<p>2.配置Python：计算机—属性—高级系统设置—环境变量，修改“系统变量”中的“Path”值为Python的安装目录，</p>
<p style="text-align: center;"><a href="https://lh6.googleusercontent.com/_65ZfNm-tR48/TGubSkBc-gI/AAAAAAAAD30/1ErS4ipY6qE/gae-5.jpg?imgmax=800"><img class="pie-img" src="https://lh6.googleusercontent.com/_65ZfNm-tR48/TGubSkBc-gI/AAAAAAAAD30/1ErS4ipY6qE/gae-5.jpg?imgmax=400" alt="gae-5.jpg" /></a></p>
<p style="text-align: center;">
<p>然后win+r，输入cmd回车，输入python，有返回，说明Python配置成功，OK；</p>
<p>3.上次gtar程序至GAE：启动Google App Engine Launcher，点击“File”，再点击“Add Existing Application”，选择指定到gtar程序所在文件夹的路径（需全英文路径），然后选中新项目，再点击主界面上的“Deploy”按钮输入Google账户及密码，等待弹出窗口中显示“You can close this window now”，OK；</p>
<p style="text-align: center;"><a href="http://lh4.googleusercontent.com/_65ZfNm-tR48/TGubTSizVDI/AAAAAAAAD34/wCLvQ6Tv3oA/gae-6.jpg?imgmax=800"><img class="pie-img" src="http://lh4.googleusercontent.com/_65ZfNm-tR48/TGubTSizVDI/AAAAAAAAD34/wCLvQ6Tv3oA/gae-6.jpg?imgmax=400" alt="gae-6.jpg" /></a></p>
<p><strong>四、完成Ouath验证</strong></p>
<p>访问<a href="http://xxxxxx.appspot.com/">http://xxxxxx.appspot.com/</a>，点击图片：</p>
<p style="text-align: center;"><a href="http://lh3.googleusercontent.com/_65ZfNm-tR48/TGubUy9YkvI/AAAAAAAAD4E/Y0w9kFbY00Q/gae-9.jpg?imgmax=800"><img class="pie-img" src="http://lh3.googleusercontent.com/_65ZfNm-tR48/TGubUy9YkvI/AAAAAAAAD4E/Y0w9kFbY00Q/gae-9.jpg?imgmax=400" alt="gae-9.jpg" /></a></p>
<p>点击“Allow”：</p>
<p style="text-align: center;"><a href="http://lh5.googleusercontent.com/_65ZfNm-tR48/TGubVoQrhkI/AAAAAAAAD4I/uQglo_TqWsY/gae-10.jpg?imgmax=800"><img class="pie-img" src="http://lh5.googleusercontent.com/_65ZfNm-tR48/TGubVoQrhkI/AAAAAAAAD4I/uQglo_TqWsY/gae-10.jpg?imgmax=400" alt="gae-10.jpg" /></a></p>
<p>页面跳转回来：</p>
<p style="text-align: center;"><a href="http://lh5.googleusercontent.com/_65ZfNm-tR48/TGubWF8BGlI/AAAAAAAAD4M/thiUcsZXi14/gae-11.jpg?imgmax=800"><img class="pie-img" src="http://lh5.googleusercontent.com/_65ZfNm-tR48/TGubWF8BGlI/AAAAAAAAD4M/thiUcsZXi14/gae-11.jpg?imgmax=400" alt="gae-11.jpg" /></a></p>
<p>最后美美的点击“Change the Key”，OK！</p>
<p><strong>五、您的推特API出炉</strong>：http://xxxxxx.appspot.com/ （最后那个“/”不可省！）</p>
<p>尽情推吧推吧～</p>
]]></content:encoded>
			<wfw:commentRss>http://immmmm.com/gae-build-twitter-api.html/feed</wfw:commentRss>
		<slash:comments>237</slash:comments>
		</item>
		<item>
		<title>Chrome推特扩展 —— Chrowety</title>
		<link>http://immmmm.com/chrome%e6%8e%a8%e7%89%b9%e6%89%a9%e5%b1%95-%e2%80%94%e2%80%94-chrowety.html</link>
		<comments>http://immmmm.com/chrome%e6%8e%a8%e7%89%b9%e6%89%a9%e5%b1%95-%e2%80%94%e2%80%94-chrowety.html#comments</comments>
		<pubDate>Thu, 28 Jan 2010 07:37:39 +0000</pubDate>
		<dc:creator>林木木</dc:creator>
				<category><![CDATA[软件技巧]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Chrowety]]></category>
		<category><![CDATA[推特]]></category>

		<guid isPermaLink="false">http://immmmm.com/?p=1251</guid>
		<description><![CDATA[首先感谢sleepy童鞋推荐，留言截图： Chrowety 安装地址：https://chrome.google.com/extensions/detail/ffcbeckjmgmgigkmnhmgjplmomcpfall 进扩展选择，点击Other，填入自己的API： 保存后，点图标那的“API Login”： 有新的推特还会弹出显示哦，界面很酷：]]></description>
			<content:encoded><![CDATA[<p>首先感谢<a rel="external nofollow" href="http://www.hopes4.me/" target="_blank">sleepy</a>童鞋推荐，留言截图：</p>
<p style="text-align: center;"><img class="pie-img" src="http://lh4.googleusercontent.com/_65ZfNm-tR48/S2E6yYu1xVI/AAAAAAAADX0/rR6PuUxE4xA/chty0.jpg?imgmax=800" alt="chty0.jpg" /></p>
<p><strong>Chrowety 安装地址：</strong><a rel="nofollow" href="http://chrome.google.com/extensions/detail/ffcbeckjmgmgigkmnhmgjplmomcpfall" target="_blank">https://chrome.google.com/extensions/detail/ffcbeckjmgmgigkmnhmgjplmomcpfall</a></p>
<p><span id="more-1251"></span>进扩展选择，点击Other，填入自己的API：</p>
<p style="text-align: center;"><img class="pie-img" src="http://lh3.googleusercontent.com/_65ZfNm-tR48/S2E5mq83iKI/AAAAAAAADXo/ad7sdN2POXE/chty1.jpg?imgmax=800" alt="chty1.jpg" /></p>
<p>保存后，点图标那的“API Login”：</p>
<p style="text-align: center;"><img class="pie-img" src="http://lh4.googleusercontent.com/_65ZfNm-tR48/S2E5mw-XmTI/AAAAAAAADXs/JKgKW9ro8DY/chty2.jpg?imgmax=800" alt="chty2.jpg" /></p>
<p>有新的推特还会弹出显示哦，界面很酷：</p>
<p style="text-align: center;"><img class="pie-img" src="http://lh3.googleusercontent.com/_65ZfNm-tR48/S2E5mXbUCJI/AAAAAAAADXk/aL_vEsQhALM/chty3.jpg?imgmax=800" alt="chty3.jpg" /></p>
]]></content:encoded>
			<wfw:commentRss>http://immmmm.com/chrome%e6%8e%a8%e7%89%b9%e6%89%a9%e5%b1%95-%e2%80%94%e2%80%94-chrowety.html/feed</wfw:commentRss>
		<slash:comments>72</slash:comments>
		</item>
		<item>
		<title>Chrome推特扩展 —— Metrist</title>
		<link>http://immmmm.com/chrome-extensions-metrist.html</link>
		<comments>http://immmmm.com/chrome-extensions-metrist.html#comments</comments>
		<pubDate>Wed, 27 Jan 2010 07:45:57 +0000</pubDate>
		<dc:creator>林木木</dc:creator>
				<category><![CDATA[软件技巧]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Metrist]]></category>
		<category><![CDATA[推特]]></category>

		<guid isPermaLink="false">http://immmmm.com/?p=1250</guid>
		<description><![CDATA[话说前几天蓝冰童鞋免费帮俺开了个国外主机用来放PIKA插件，并且还偷偷说这主机还带SSH，至此终于让俺这“只耳闻，不曾有”的淫也有了通向世界的钥匙~HIAHIAHIA Metrist下载地址： http://code.google.com/p/chrome-metrist/ 下载安装，进入设置页面，用户名密码，主要是改一个地方： 还有其他一些设置，虽是英文的，猜猜应该也能明白大概，最后点击“Finish”即可！ 哦，忘了！欢迎 @linmumu]]></description>
			<content:encoded><![CDATA[<p>话说前几天<a href="http://vvvvvv.us/" target="_blank">蓝冰童鞋</a>免费帮俺开了个国外主机用来放PIKA插件，并且还偷偷说这主机还带SSH，至此终于让俺这“只耳闻，不曾有”的淫也有了通向世界的钥匙~HIAHIAHIA</p>
<p style="text-align: center;"><a class="highslide" rel="highslide" href="http://lh3.googleusercontent.com/_65ZfNm-tR48/S18KVGirNfI/AAAAAAAADWE/Qf2-L0HMbuc/tuite.jpg?imgmax=800"><img class="pie-img" src="http://lh3.googleusercontent.com/_65ZfNm-tR48/S18KVGirNfI/AAAAAAAADWE/Qf2-L0HMbuc/tuite.jpg?imgmax=400" alt="tuite.jpg" /></a></p>
<p><strong><span id="more-1250"></span>Metrist下载地址：</strong> <a href="http://code.google.com/p/chrome-metrist/">http://code.google.com/p/chrome-metrist/</a></p>
<p>下载安装，进入设置页面，用户名密码，主要是改一个地方：</p>
<p style="text-align: center;"><img class="pie-img" src="http://lh4.googleusercontent.com/_65ZfNm-tR48/S18ShUe3plI/AAAAAAAADWo/gZ4-TzJHEvc/tuite-1.jpg?imgmax=800" alt="tuite-1.jpg" /></p>
<p>还有其他一些设置，虽是英文的，猜猜应该也能明白大概，最后点击“Finish”即可！</p>
<p>哦，忘了！欢迎 <strong><span style="color: #3366ff;">@linmumu</span></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://immmmm.com/chrome-extensions-metrist.html/feed</wfw:commentRss>
		<slash:comments>62</slash:comments>
		</item>
	</channel>
</rss>

