<?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>Twitter ボットの作り方 Perl 編 (3) へのコメント</title>
	<atom:link href="http://www.otchy.net/20090710/making-of-twitter-bot-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.otchy.net/20090710/making-of-twitter-bot-3/</link>
	<description>Otchy の技術ネタ。JavaScript 率と Twitter 率がやや高く、他にも PHP/Java/Perl などなど。共通点は Web。</description>
	<lastBuildDate>Sun, 05 Feb 2012 15:17:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Otchy より</title>
		<link>http://www.otchy.net/20090710/making-of-twitter-bot-3/comment-page-1/#comment-1563</link>
		<dc:creator>Otchy</dc:creator>
		<pubDate>Thu, 29 Jul 2010 02:41:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.otchy.net/?p=726#comment-1563</guid>
		<description>Perl での実装ではないですが、別で OAuth を使った時は認証方式によって、API からのレスポンスが異なるという事は無かったです。
ですので、未確認ですが、レスポンスの形式が変わった可能性があります。
Data::Dumper
を読み込んで、API からのレスポンスを解析すれば、何か分かるかも知れません。</description>
		<content:encoded><![CDATA[<p>Perl での実装ではないですが、別で OAuth を使った時は認証方式によって、API からのレスポンスが異なるという事は無かったです。<br />
ですので、未確認ですが、レスポンスの形式が変わった可能性があります。<br />
Data::Dumper<br />
を読み込んで、API からのレスポンスを解析すれば、何か分かるかも知れません。</p>
]]></content:encoded>
	</item>
	<item>
		<title>326m より</title>
		<link>http://www.otchy.net/20090710/making-of-twitter-bot-3/comment-page-1/#comment-1555</link>
		<dc:creator>326m</dc:creator>
		<pubDate>Tue, 27 Jul 2010 16:58:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.otchy.net/?p=726#comment-1555</guid>
		<description>参考にさせて頂きBotを作っているのですが、
OAuth認証に切り替えるべくいじりまわしていると、なぜか
検索結果を1件ずつ処理する部分で

can&#039;t use an undefined value as an array reference 。。

となってしまいます。

OAuth認証にする事により、検索結果のデータが今迄と違うということなんでしょうか？・・</description>
		<content:encoded><![CDATA[<p>参考にさせて頂きBotを作っているのですが、<br />
OAuth認証に切り替えるべくいじりまわしていると、なぜか<br />
検索結果を1件ずつ処理する部分で</p>
<p>can&#8217;t use an undefined value as an array reference 。。</p>
<p>となってしまいます。</p>
<p>OAuth認証にする事により、検索結果のデータが今迄と違うということなんでしょうか？・・</p>
]]></content:encoded>
	</item>
	<item>
		<title>ついっこ代わりに、Twitterのbotを作成してみた &#171; Koichi Labs Blog より</title>
		<link>http://www.otchy.net/20090710/making-of-twitter-bot-3/comment-page-1/#comment-1272</link>
		<dc:creator>ついっこ代わりに、Twitterのbotを作成してみた &#171; Koichi Labs Blog</dc:creator>
		<pubDate>Wed, 21 Apr 2010 14:33:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.otchy.net/?p=726#comment-1272</guid>
		<description>[...] Twitter ボットの作り方 Perl 編 (3) [...]</description>
		<content:encoded><![CDATA[<p>[...] Twitter ボットの作り方 Perl 編 (3) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Otchy より</title>
		<link>http://www.otchy.net/20090710/making-of-twitter-bot-3/comment-page-1/#comment-554</link>
		<dc:creator>Otchy</dc:creator>
		<pubDate>Mon, 02 Nov 2009 04:29:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.otchy.net/?p=726#comment-554</guid>
		<description>どんなエラーになっているかによりますが、コマンドラインからの実行と cron からの実行によって、その API 自体の動作が変わる事は無いように思います。

サーバの設定によって、実行時間、使用メモリ、外部接続等、cron の動作に制限が掛かっている可能性はないでしょうか？
あるいは、Data::Dumper モジュールを導入して、エラー時の $response の内容を調べてみたら、状況が分かるかもしれませんね。

個別の質問に対するサポートを詳しく解説は出来ませんが、頑張って下さい。</description>
		<content:encoded><![CDATA[<p>どんなエラーになっているかによりますが、コマンドラインからの実行と cron からの実行によって、その API 自体の動作が変わる事は無いように思います。</p>
<p>サーバの設定によって、実行時間、使用メモリ、外部接続等、cron の動作に制限が掛かっている可能性はないでしょうか？<br />
あるいは、Data::Dumper モジュールを導入して、エラー時の $response の内容を調べてみたら、状況が分かるかもしれませんね。</p>
<p>個別の質問に対するサポートを詳しく解説は出来ませんが、頑張って下さい。</p>
]]></content:encoded>
	</item>
	<item>
		<title>nakamura より</title>
		<link>http://www.otchy.net/20090710/making-of-twitter-bot-3/comment-page-1/#comment-552</link>
		<dc:creator>nakamura</dc:creator>
		<pubDate>Sun, 01 Nov 2009 16:19:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.otchy.net/?p=726#comment-552</guid>
		<description>bot作りの参考にさせてもらっております．
ありがとうございやす．

ところで，第３弾のプログラムを
% ./bot.pl
などとして実行すると問題ないのですが，cronで実行させると
my $response = $twit-&gt;search
のところでコケて正常に動かないのですが，私だけでしょうか？</description>
		<content:encoded><![CDATA[<p>bot作りの参考にさせてもらっております．<br />
ありがとうございやす．</p>
<p>ところで，第３弾のプログラムを<br />
% ./bot.pl<br />
などとして実行すると問題ないのですが，cronで実行させると<br />
my $response = $twit-&gt;search<br />
のところでコケて正常に動かないのですが，私だけでしょうか？</p>
]]></content:encoded>
	</item>
</channel>
</rss>

