<?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/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>そんなことしりません &#187; twitter</title>
	<atom:link href="http://blog.sakatani.org/tag/twitter/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.sakatani.org</link>
	<description></description>
	<lastBuildDate>Tue, 07 Sep 2010 16:43:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://blog.sakatani.org/tag/twitter/feed" />
		<item>
		<title>仕事をサボるためのTwitterクライアントは「Sabotage」にした</title>
		<link>http://blog.sakatani.org/%e3%83%97%e3%83%ad%e3%82%b0%e3%83%a9%e3%83%9f%e3%83%b3%e3%82%b0/%e4%bb%95%e4%ba%8b%e3%82%92%e3%82%b5%e3%83%9c%e3%82%8b%e3%81%9f%e3%82%81%e3%81%aetwitter%e3%82%af%e3%83%a9%e3%82%a4%e3%82%a2%e3%83%b3%e3%83%88%e3%81%af%e3%80%8csabotage%e3%80%8d%e3%81%ab%e3%81%97</link>
		<comments>http://blog.sakatani.org/%e3%83%97%e3%83%ad%e3%82%b0%e3%83%a9%e3%83%9f%e3%83%b3%e3%82%b0/%e4%bb%95%e4%ba%8b%e3%82%92%e3%82%b5%e3%83%9c%e3%82%8b%e3%81%9f%e3%82%81%e3%81%aetwitter%e3%82%af%e3%83%a9%e3%82%a4%e3%82%a2%e3%83%b3%e3%83%88%e3%81%af%e3%80%8csabotage%e3%80%8d%e3%81%ab%e3%81%97#comments</comments>
		<pubDate>Sun, 19 Jul 2009 19:23:47 +0000</pubDate>
		<dc:creator>Kenta Sakatani</dc:creator>
				<category><![CDATA[プログラミング]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[sabotage]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://blog.sakatani.org/?p=363</guid>
		<description><![CDATA[



 

これの続き。
仕事をサボるために、仕事中にTwitterクライアントを作っていたのです。作ったプロトタイプなようなもの（一生プロトタイプです）を何を間違えたのか、公開してしまったので、名前を決めました。20秒くらい熟考して、「Sabotage（サボタージュ）」という名前にしましたよ。ついでにいくつかの機能を実装して、バージョンを0.1にしました。0と1の間には無限の数字がありますね。
Sabotageに関するドキュメントおよびダウンロードは、こちらを更新していきます。ブログ記事では、何となくモヤっとしたことを書きつつ、粛々とリリースを続けていければいいかな。ニーズがあるとは思えないので、自分がやりたいことを実装して、ブログのネタになればいいと思います。
今回のリリースでは、ふぁぼれる機能を実装しました。これはTwitter APIを叩けばいいだけなので、何の困難もありません。GETやPOST関連の部分はすでに実装しているし、特別なパラメータもいらないので、余裕です。
他にも、エラーメッセージをいい加減な感じで考えたりしました。元々、エラー時のコールバック関数については作ってありましたが、何の確認もしてなかったので、実行されるかどうかすらわからなかったんですよ。今回は、正しくメッセージが表示されるであろうことは確認しています。
個人的な目玉としては、設定ファイルの読み込みですかね。こういうのを外部化しておけば、変更がある程度は楽になります。JavaScriptでは、ファイルの読み書きはできないという先入観があったんですが、Ajaxでファイル（テキスト）へリクエストを送れば、読むことだけはできることに気付きました。
んで、そもそも「なんでHTMLとJavaScriptで作ってるの？」って話です。VBだの、Javaだの、色々あるじゃん。理由は主に3つあります。「VBは使えないから」「JavaのGUIは作ったことから」「その2つに興味がないから」です。あと、大それたモノでもないので、HTMLでいいし、自宅のMacでは使わないので、Windows + IEで使えればいいやって感じですね。こんな酔狂なことをやってるヤツは少ないぞ！というのも動機の1つです。
Ajaxには興味があったんですけど、自分でサーバ用意して、サーバのアプリケーション作ってというのは学習に手間がかかりすぎるっていうのも1つです。もっと簡単にできる、それこそエディタだけで学習できる方法の1つがTwitterクライアントでした。ローカルファイルにリクエスト送れば非同期通信できるけど、それは面白くないわけです。自分で用意したデータが取れたところで、大して面白くないのは、過去の学習から学んだことです。（HelloWorldなんて1回やれば十分です）
面白くないことを堪え忍んで学習するような苦行はしたくありません。俺は修行僧じゃないしね。

]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fblog.sakatani.org%252F%2525e3%252583%252597%2525e3%252583%2525ad%2525e3%252582%2525b0%2525e3%252583%2525a9%2525e3%252583%25259f%2525e3%252583%2525b3%2525e3%252582%2525b0%252F%2525e4%2525bb%252595%2525e4%2525ba%25258b%2525e3%252582%252592%2525e3%252582%2525b5%2525e3%252583%25259c%2525e3%252582%25258b%2525e3%252581%25259f%2525e3%252582%252581%2525e3%252581%2525aetwitter%2525e3%252582%2525af%2525e3%252583%2525a9%2525e3%252582%2525a4%2525e3%252582%2525a2%2525e3%252583%2525b3%2525e3%252583%252588%2525e3%252581%2525af%2525e3%252580%25258csabotage%2525e3%252580%25258d%2525e3%252581%2525ab%2525e3%252581%252597%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22%E4%BB%95%E4%BA%8B%E3%82%92%E3%82%B5%E3%83%9C%E3%82%8B%E3%81%9F%E3%82%81%E3%81%AETwitter%E3%82%AF%E3%83%A9%E3%82%A4%E3%82%A2%E3%83%B3%E3%83%88%E3%81%AF%E3%80%8CSabotage%E3%80%8D%E3%81%AB%E3%81%97%E3%81%9F%22%20%7D);"></div>
<p></p>
<div><fb:like layout="button_count" show_faces="false" action="like" font="arial" colorscheme="light"  href="http://blog.sakatani.org/%e3%83%97%e3%83%ad%e3%82%b0%e3%83%a9%e3%83%9f%e3%83%b3%e3%82%b0/%e4%bb%95%e4%ba%8b%e3%82%92%e3%82%b5%e3%83%9c%e3%82%8b%e3%81%9f%e3%82%81%e3%81%aetwitter%e3%82%af%e3%83%a9%e3%82%a4%e3%82%a2%e3%83%b3%e3%83%88%e3%81%af%e3%80%8csabotage%e3%80%8d%e3%81%ab%e3%81%97" width="200"></fb:like>
<div style="float:right;"><fb:share-button class="meta" type="button_count" > </fb:share-button></div>
</div>
<p><a href="http://blog.sakatani.org/?p=347" target="_blank">これ</a>の続き。</p>
<p>仕事をサボるために、仕事中にTwitterクライアントを作っていたのです。作ったプロトタイプなようなもの（一生プロトタイプです）を何を間違えたのか、公開してしまったので、名前を決めました。20秒くらい熟考して、「Sabotage（サボタージュ）」という名前にしましたよ。ついでにいくつかの機能を実装して、バージョンを0.1にしました。0と1の間には無限の数字がありますね。</p>
<p>Sabotageに関するドキュメントおよびダウンロードは、<a href="http://blog.sakatani.org/?page_id=356" target="_blank">こちら</a>を更新していきます。ブログ記事では、何となくモヤっとしたことを書きつつ、粛々とリリースを続けていければいいかな。ニーズがあるとは思えないので、自分がやりたいことを実装して、ブログのネタになればいいと思います。</p>
<p>今回のリリースでは、ふぁぼれる機能を実装しました。これはTwitter APIを叩けばいいだけなので、何の困難もありません。GETやPOST関連の部分はすでに実装しているし、特別なパラメータもいらないので、余裕です。</p>
<p>他にも、エラーメッセージをいい加減な感じで考えたりしました。元々、エラー時のコールバック関数については作ってありましたが、何の確認もしてなかったので、実行されるかどうかすらわからなかったんですよ。今回は、正しくメッセージが表示されるであろうことは確認しています。</p>
<p>個人的な目玉としては、設定ファイルの読み込みですかね。こういうのを外部化しておけば、変更がある程度は楽になります。JavaScriptでは、ファイルの読み書きはできないという先入観があったんですが、Ajaxでファイル（テキスト）へリクエストを送れば、読むことだけはできることに気付きました。</p>
<p>んで、そもそも「なんでHTMLとJavaScriptで作ってるの？」って話です。VBだの、Javaだの、色々あるじゃん。理由は主に3つあります。「VBは使えないから」「JavaのGUIは作ったことから」「その2つに興味がないから」です。あと、大それたモノでもないので、HTMLでいいし、自宅のMacでは使わないので、Windows + IEで使えればいいやって感じですね。こんな酔狂なことをやってるヤツは少ないぞ！というのも動機の1つです。</p>
<p>Ajaxには興味があったんですけど、自分でサーバ用意して、サーバのアプリケーション作ってというのは学習に手間がかかりすぎるっていうのも1つです。もっと簡単にできる、それこそエディタだけで学習できる方法の1つがTwitterクライアントでした。ローカルファイルにリクエスト送れば非同期通信できるけど、それは面白くないわけです。自分で用意したデータが取れたところで、大して面白くないのは、過去の学習から学んだことです。（HelloWorldなんて1回やれば十分です）</p>
<p>面白くないことを堪え忍んで学習するような苦行はしたくありません。俺は修行僧じゃないしね。</p>

]]></content:encoded>
			<wfw:commentRss>http://blog.sakatani.org/%e3%83%97%e3%83%ad%e3%82%b0%e3%83%a9%e3%83%9f%e3%83%b3%e3%82%b0/%e4%bb%95%e4%ba%8b%e3%82%92%e3%82%b5%e3%83%9c%e3%82%8b%e3%81%9f%e3%82%81%e3%81%aetwitter%e3%82%af%e3%83%a9%e3%82%a4%e3%82%a2%e3%83%b3%e3%83%88%e3%81%af%e3%80%8csabotage%e3%80%8d%e3%81%ab%e3%81%97/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://blog.sakatani.org/%e3%83%97%e3%83%ad%e3%82%b0%e3%83%a9%e3%83%9f%e3%83%b3%e3%82%b0/%e4%bb%95%e4%ba%8b%e3%82%92%e3%82%b5%e3%83%9c%e3%82%8b%e3%81%9f%e3%82%81%e3%81%aetwitter%e3%82%af%e3%83%a9%e3%82%a4%e3%82%a2%e3%83%b3%e3%83%88%e3%81%af%e3%80%8csabotage%e3%80%8d%e3%81%ab%e3%81%97" />
	</item>
		<item>
		<title>仕事をサボるためにTwitterクライアントを作った</title>
		<link>http://blog.sakatani.org/%e3%83%97%e3%83%ad%e3%82%b0%e3%83%a9%e3%83%9f%e3%83%b3%e3%82%b0/%e4%bb%95%e4%ba%8b%e3%82%92%e3%82%b5%e3%83%9c%e3%82%8b%e3%81%9f%e3%82%81%e3%81%abtwitter%e3%82%af%e3%83%a9%e3%82%a4%e3%82%a2%e3%83%b3%e3%83%88%e3%82%92%e4%bd%9c%e3%81%a3%e3%81%9f</link>
		<comments>http://blog.sakatani.org/%e3%83%97%e3%83%ad%e3%82%b0%e3%83%a9%e3%83%9f%e3%83%b3%e3%82%b0/%e4%bb%95%e4%ba%8b%e3%82%92%e3%82%b5%e3%83%9c%e3%82%8b%e3%81%9f%e3%82%81%e3%81%abtwitter%e3%82%af%e3%83%a9%e3%82%a4%e3%82%a2%e3%83%b3%e3%83%88%e3%82%92%e4%bd%9c%e3%81%a3%e3%81%9f#comments</comments>
		<pubDate>Sat, 18 Jul 2009 10:53:42 +0000</pubDate>
		<dc:creator>Kenta Sakatani</dc:creator>
				<category><![CDATA[プログラミング]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://blog.sakatani.org/?p=347</guid>
		<description><![CDATA[



 

仕事中にTwitterをしたいのだけど、堂々とTwitterの画面を開くわけにはいかず、かといってクライアントをインストールするわけにもいかないというジレンマがあります。Excelっぽく見えるクライアントもあるけど、そこまで大袈裟なものはいらない。色々とワガママですが、しょうがない。ワガママじゃないと、仕事はさぼれないんだよ！
というわけで、自分でTwitterクライアントを作ってみたわけです。ブラウザ（IE7のみ。IE8は知らない）だけで動く、死ぬほどシンプルなTwitterクライアントです。 HTMLとJavaScriptしか使ってないので、インストールも必要ない。ただ、HTMLファイルを開くだけで、目眩く息抜きタイムが始まるわけです。後ろに誰かが通りかかっても「こいつサボってやがる。けしからん」と思われない。
（追記 2009.7.18：TLの取得だけならSafariでもできるみたい）
モチベーションを維持するために公開とかしてみるけど、使えるもんじゃないです。サポートしている機能は少ないし、UIは死ぬほど拙いです。何が起こってる／起こったかを通知しません。結果が表示されるまで何もわかりません。エラーが起こったら、何か表示されるかもしれませんよ！（エラーの処理を確認してない）
はっきり言えることは「あなたはこれを使うべきではない」ということです。
これに関してはこちらでメンテナンスしていきます。
機能

タイムラインの取得
リプライ(mentions）の取得
post（status update）の送信
リプライ（@）の送信
RTの送信

使い方
ログイン

Settingボタン→IDとパスワードを入力→Loginボタン
入力されたIDとパスワードが正しいかはこの時点で確認してません。
Settingボタンをもう1回押すと、Loginボタンとかが消えますが、ログアウトしているわけではないです。
この設定は保存されません。ウィンドウを閉じたり、更新ボタンを押したりしたら消えます。

タイムラインの取得

friendsボタンを押すとタイムラインを取得します。最初は50件取得します。2度目以降は取得してない分を取得します。
mentionsボタンを押すとリプライを取得します。

POST

テキストエリアにメッセージを入力して、updateボタンを押すと送信されます。メッセージが消えたら、たぶん送信されてるはずです。
表示されているタイムラインのユーザ名をクリックすると、「@user」がテキストエリアに入力されます。メッセージを送信すれば、リプライとして送信されます。
表示されているタイムラインのメッセージをクリックすると、「RT @user: メッセージ」がテキストエリアに入力されます。これは普通のPOSTとして送信されます。

情熱が続いてたらサポートするであろう機能

ふぁぼったりする
エラーメッセージの表示
自動更新
設定部分の見栄えをよくする
最大取得数の設定
画面のホワイトアウト

情熱が続いていても絶対しない機能

アイコンの表示
UIをカッコよくする

ダウンロード
twitter_js.zip
ポリシーは、楽しく、若干の後ろめたさを感じながら仕事をサボるためのクライアントです。それに反するような機能はサポートしません。

]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fblog.sakatani.org%252F%2525e3%252583%252597%2525e3%252583%2525ad%2525e3%252582%2525b0%2525e3%252583%2525a9%2525e3%252583%25259f%2525e3%252583%2525b3%2525e3%252582%2525b0%252F%2525e4%2525bb%252595%2525e4%2525ba%25258b%2525e3%252582%252592%2525e3%252582%2525b5%2525e3%252583%25259c%2525e3%252582%25258b%2525e3%252581%25259f%2525e3%252582%252581%2525e3%252581%2525abtwitter%2525e3%252582%2525af%2525e3%252583%2525a9%2525e3%252582%2525a4%2525e3%252582%2525a2%2525e3%252583%2525b3%2525e3%252583%252588%2525e3%252582%252592%2525e4%2525bd%25259c%2525e3%252581%2525a3%2525e3%252581%25259f%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22%E4%BB%95%E4%BA%8B%E3%82%92%E3%82%B5%E3%83%9C%E3%82%8B%E3%81%9F%E3%82%81%E3%81%ABTwitter%E3%82%AF%E3%83%A9%E3%82%A4%E3%82%A2%E3%83%B3%E3%83%88%E3%82%92%E4%BD%9C%E3%81%A3%E3%81%9F%22%20%7D);"></div>
<p></p>
<div><fb:like layout="button_count" show_faces="false" action="like" font="arial" colorscheme="light"  href="http://blog.sakatani.org/%e3%83%97%e3%83%ad%e3%82%b0%e3%83%a9%e3%83%9f%e3%83%b3%e3%82%b0/%e4%bb%95%e4%ba%8b%e3%82%92%e3%82%b5%e3%83%9c%e3%82%8b%e3%81%9f%e3%82%81%e3%81%abtwitter%e3%82%af%e3%83%a9%e3%82%a4%e3%82%a2%e3%83%b3%e3%83%88%e3%82%92%e4%bd%9c%e3%81%a3%e3%81%9f" width="200"></fb:like>
<div style="float:right;"><fb:share-button class="meta" type="button_count" > </fb:share-button></div>
</div>
<p>仕事中にTwitterをしたいのだけど、堂々とTwitterの画面を開くわけにはいかず、かといってクライアントをインストールするわけにもいかないというジレンマがあります。Excelっぽく見えるクライアントもあるけど、そこまで大袈裟なものはいらない。色々とワガママですが、しょうがない。ワガママじゃないと、仕事はさぼれないんだよ！</p>
<p>というわけで、自分でTwitterクライアントを作ってみたわけです。ブラウザ（IE7のみ。IE8は知らない）だけで動く、死ぬほどシンプルなTwitterクライアントです。 HTMLとJavaScriptしか使ってないので、インストールも必要ない。ただ、HTMLファイルを開くだけで、目眩く息抜きタイムが始まるわけです。後ろに誰かが通りかかっても「こいつサボってやがる。けしからん」と思われない。</p>
<p>（追記 2009.7.18：TLの取得だけならSafariでもできるみたい）</p>
<p>モチベーションを維持するために公開とかしてみるけど、<strong>使えるもんじゃない</strong>です。サポートしている機能は少ないし、UIは死ぬほど拙いです。何が起こってる／起こったかを通知しません。結果が表示されるまで何もわかりません。エラーが起こったら、何か表示されるかもしれませんよ！（エラーの処理を確認してない）</p>
<p>はっきり言えることは「<strong>あなたは</strong><strong>これを使うべきではない</strong>」ということです。</p>
<p>これに関しては<a href="http://blog.sakatani.org/?page_id=356">こちら</a>でメンテナンスしていきます。</p>
<p><strong><span style="text-decoration: line-through;">機能</span></strong></p>
<ul>
<li><span style="text-decoration: line-through;">タイムラインの取得</span></li>
<li><span style="text-decoration: line-through;">リプライ(mentions）の取得</span></li>
<li><span style="text-decoration: line-through;">post（status update）の送信</span></li>
<li><span style="text-decoration: line-through;">リプライ（@）の送信</span></li>
<li><span style="text-decoration: line-through;">RTの送信</span></li>
</ul>
<p><strong><span style="text-decoration: line-through;">使い方</span></strong></p>
<p><span style="text-decoration: line-through;">ログイン</span></p>
<ul>
<li><span style="text-decoration: line-through;">Settingボタン→IDとパスワードを入力→Loginボタン</span></li>
<li><span style="text-decoration: line-through;">入力されたIDとパスワードが正しいかはこの時点で確認してません。</span></li>
<li><span style="text-decoration: line-through;">Settingボタンをもう1回押すと、Loginボタンとかが消えますが、ログアウトしているわけではないです。</span></li>
<li><span style="text-decoration: line-through;">この設定は保存されません。ウィンドウを閉じたり、更新ボタンを押したりしたら消えます。</span></li>
</ul>
<p><span style="text-decoration: line-through;">タイムラインの取得</span></p>
<ul>
<li><span style="text-decoration: line-through;">friendsボタンを押すとタイムラインを取得します。最初は50件取得します。2度目以降は取得してない分を取得します。</span></li>
<li><span style="text-decoration: line-through;">mentionsボタンを押すとリプライを取得します。</span></li>
</ul>
<p><span style="text-decoration: line-through;">POST</span></p>
<ul>
<li><span style="text-decoration: line-through;">テキストエリアにメッセージを入力して、updateボタンを押すと送信されます。メッセージが消えたら、たぶん送信されてるはずです。</span></li>
<li><span style="text-decoration: line-through;">表示されているタイムラインのユーザ名をクリックすると、「@user」がテキストエリアに入力されます。メッセージを送信すれば、リプライとして送信されます。</span></li>
<li><span style="text-decoration: line-through;">表示されているタイムラインのメッセージをクリックすると、「RT @user: メッセージ」がテキストエリアに入力されます。これは普通のPOSTとして送信されます。</span></li>
</ul>
<p><strong><span style="text-decoration: line-through;">情熱が続いてたらサポートするであろう機能</span></strong></p>
<ul>
<li><span style="text-decoration: line-through;">ふぁぼったりする</span></li>
<li><span style="text-decoration: line-through;">エラーメッセージの表示</span></li>
<li><span style="text-decoration: line-through;">自動更新</span></li>
<li><span style="text-decoration: line-through;">設定部分の見栄えをよくする</span></li>
<li><span style="text-decoration: line-through;">最大取得数の設定</span></li>
<li><span style="text-decoration: line-through;">画面のホワイトアウト</span></li>
</ul>
<p><strong><span style="text-decoration: line-through;">情熱が続いていても絶対しない機能</span></strong></p>
<ul>
<li><span style="text-decoration: line-through;">アイコンの表示</span></li>
<li><span style="text-decoration: line-through;">UIをカッコよくする</span></li>
</ul>
<p><strong><span style="text-decoration: line-through;">ダウンロード</span></strong></p>
<p><a href="https://files.getdropbox.com/u/508463/twitter_js.zip"><span style="text-decoration: line-through;">twitter_js.zip</span></a></p>
<p><span style="text-decoration: line-through;">ポリシーは、楽しく、若干の後ろめたさを感じながら仕事をサボるためのクライアントです。それに反するような機能はサポートしません。</span></p>

]]></content:encoded>
			<wfw:commentRss>http://blog.sakatani.org/%e3%83%97%e3%83%ad%e3%82%b0%e3%83%a9%e3%83%9f%e3%83%b3%e3%82%b0/%e4%bb%95%e4%ba%8b%e3%82%92%e3%82%b5%e3%83%9c%e3%82%8b%e3%81%9f%e3%82%81%e3%81%abtwitter%e3%82%af%e3%83%a9%e3%82%a4%e3%82%a2%e3%83%b3%e3%83%88%e3%82%92%e4%bd%9c%e3%81%a3%e3%81%9f/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://blog.sakatani.org/%e3%83%97%e3%83%ad%e3%82%b0%e3%83%a9%e3%83%9f%e3%83%b3%e3%82%b0/%e4%bb%95%e4%ba%8b%e3%82%92%e3%82%b5%e3%83%9c%e3%82%8b%e3%81%9f%e3%82%81%e3%81%abtwitter%e3%82%af%e3%83%a9%e3%82%a4%e3%82%a2%e3%83%b3%e3%83%88%e3%82%92%e4%bd%9c%e3%81%a3%e3%81%9f" />
	</item>
		<item>
		<title>Twitterにいるメタルバンド（メモ）</title>
		<link>http://blog.sakatani.org/uncategorized/twitter%e3%81%ab%e3%81%84%e3%82%8b%e3%83%a1%e3%82%bf%e3%83%ab%e3%83%90%e3%83%b3%e3%83%89%ef%bc%88%e3%83%a1%e3%83%a2%ef%bc%89</link>
		<comments>http://blog.sakatani.org/uncategorized/twitter%e3%81%ab%e3%81%84%e3%82%8b%e3%83%a1%e3%82%bf%e3%83%ab%e3%83%90%e3%83%b3%e3%83%89%ef%bc%88%e3%83%a1%e3%83%a2%ef%bc%89#comments</comments>
		<pubDate>Thu, 21 May 2009 08:22:55 +0000</pubDate>
		<dc:creator>Kenta Sakatani</dc:creator>
				<category><![CDATA[未分類]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://stigma666.wordpress.com/?p=219</guid>
		<description><![CDATA[



 

こっちに移りました。
ダラダラとテキトーに追加していきます。
他にいたら教えて下さい＞＜

Lacuna Coil / @shallowfe
Mastodon / @cracktheskye
Bleeding Through / @bleedingthrough
Unearth /@unearthofficial
Misery Index / @MiseryIndex
Marilyn Manson / @marilynmanson
Woe Of Tyrants / @WoeOfTyrants
Phil Labonte (All That Remains) / @philthatremains
Wrath Passion / @wrathpassion
Gaahl (ex Gorgoroth) / @gaahl
Matthew Kiichi Heafy (Trivium) / @matthewkheafy
Paolo Gregoletto (Trivium) / @TriviumPaolo
Blet For My Valentine / @bfmvofficial
Nightrage / @nightrage
The Faceless / @thefaceless
Slash (ex Guns [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fblog.sakatani.org%252Funcategorized%252Ftwitter%2525e3%252581%2525ab%2525e3%252581%252584%2525e3%252582%25258b%2525e3%252583%2525a1%2525e3%252582%2525bf%2525e3%252583%2525ab%2525e3%252583%252590%2525e3%252583%2525b3%2525e3%252583%252589%2525ef%2525bc%252588%2525e3%252583%2525a1%2525e3%252583%2525a2%2525ef%2525bc%252589%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Twitter%E3%81%AB%E3%81%84%E3%82%8B%E3%83%A1%E3%82%BF%E3%83%AB%E3%83%90%E3%83%B3%E3%83%89%EF%BC%88%E3%83%A1%E3%83%A2%EF%BC%89%22%20%7D);"></div>
<p></p>
<div><fb:like layout="button_count" show_faces="false" action="like" font="arial" colorscheme="light"  href="http://blog.sakatani.org/uncategorized/twitter%e3%81%ab%e3%81%84%e3%82%8b%e3%83%a1%e3%82%bf%e3%83%ab%e3%83%90%e3%83%b3%e3%83%89%ef%bc%88%e3%83%a1%e3%83%a2%ef%bc%89" width="200"></fb:like>
<div style="float:right;"><fb:share-button class="meta" type="button_count" > </fb:share-button></div>
</div>
<p><a href="http://blog.sakatani.org/?page_id=332">こっち</a>に移りました。</p>
<p>ダラダラとテキトーに追加していきます。</p>
<p>他にいたら教えて下さい＞＜</p>
<ol>
<li>Lacuna Coil / @shallowfe</li>
<li>Mastodon / @cracktheskye</li>
<li>Bleeding Through / @bleedingthrough</li>
<li>Unearth /@unearthofficial</li>
<li>Misery Index / @MiseryIndex</li>
<li>Marilyn Manson / @marilynmanson</li>
<li>Woe Of Tyrants / @WoeOfTyrants</li>
<li>Phil Labonte (All That Remains) / @philthatremains</li>
<li>Wrath Passion / @wrathpassion</li>
<li>Gaahl (ex Gorgoroth) / @gaahl</li>
<li>Matthew Kiichi Heafy (Trivium) / @matthewkheafy</li>
<li>Paolo Gregoletto (Trivium) / @TriviumPaolo</li>
<li>Blet For My Valentine / @bfmvofficial</li>
<li>Nightrage / @nightrage</li>
<li>The Faceless / @thefaceless</li>
<li>Slash (ex Guns N Roses, Velvet Revolver) / @SlashHudson</li>
<li>Sebastian Bach (ex Skid Row) / @sebastianbach</li>
<li>Otep / @otepofficial</li>
<li>Anthrax / @Anthrax</li>
<li>Duff McKagan (ex Guns N Roses, Velvet Revolver) / @duff64</li>
<li>Jamey Jasta (Hatebreed) / @jameyjasta [PROTECTED]</li>
<li>Hatebreed / @hatebreed</li>
<li>Gene Simmons (Kiss) / @genesimmons</li>
<li>Megadeth / @Megadeth</li>
<li>Dave Mustaine (Megadeth) / @DaveMustaine</li>
<li>Converge / @Convergect</li>
<li>Maria Brink (In This Moment) / @MariaBrink</li>
</ol>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Lacuna Coil / @shallowfe</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Mastodon / @cracktheskye</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Bleeding Through / @bleedingthrough</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Unearth /@unearthofficial</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Misery Index / @MiseryIndex</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Marilyn Manson / @marilynmanson</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Woe Of Tyrants / @WoeOfTyrants</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Phil Labonte (All That Remains) / @philthatremains</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Wrath Passion / @wrathpassion</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Gaahl (ex Gorgoroth) / @gaahl</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Matthew Kiichi Heafy (Trivium) / @matthewkheafy</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Paolo Gregoletto (Trivium) / @TriviumPaolo</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Blet For My Valentine / @bfmvofficial</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Nightrage / @nightrage</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">The Faceless / @thefaceless</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Slash (ex Guns N Roses, Velvet Revolver) / @SlashHudson</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Sebastian Bach (ex Skid Row) / @sebastianbach</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Otep / @otepofficial</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Anthrax / @Anthrax</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Duff McKagan (ex Guns N Roses, Velvet Revolver) / @duff64</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Jamey Jasta (Hatebreed) / @jameyjasta [PROTED]</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Hatebreed / @hatebreed</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Gene Simmons (Kiss) / @genesimmons</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Megadeth / @Megadeth</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Dave Mustaine (Megadeth) / @DaveMustaine</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Converge / @Convergect</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Maria Brink (In This Moment) / @MariaBrin</div>

]]></content:encoded>
			<wfw:commentRss>http://blog.sakatani.org/uncategorized/twitter%e3%81%ab%e3%81%84%e3%82%8b%e3%83%a1%e3%82%bf%e3%83%ab%e3%83%90%e3%83%b3%e3%83%89%ef%bc%88%e3%83%a1%e3%83%a2%ef%bc%89/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://blog.sakatani.org/uncategorized/twitter%e3%81%ab%e3%81%84%e3%82%8b%e3%83%a1%e3%82%bf%e3%83%ab%e3%83%90%e3%83%b3%e3%83%89%ef%bc%88%e3%83%a1%e3%83%a2%ef%bc%89" />
	</item>
	</channel>
</rss>
