**Twitter bot を作る [#o4bbd142]
***Perl CPAN Net::Twitter を利用する OAuthを利用する [#e089b4fe]
-参考サイト
--http://blog.asial.co.jp/1038

+twitter bot用のアカウントを作成する
--https://twitter.com/seana_bot
+OAuth に必要な情報を得る
--https://dev.twitter.com/apps/new
	Consumer key
	Consumer secret
	Access token
	Access token secret
+参考サイトを用いて
+cron(定期的にコマンドやプログラムを実行する)
--crontab -e
---http://www.express.nec.co.jp/linux/distributions/knowledge/system/crond.html
---http://www.server-memo.net/tips/crontab.html