# # ChangeLog for trunk/twitter in lab # # Generated by Trac 1.0.1dev-r11378 # May 20, 2024 5:42:47 AM Sun, 14 Nov 2010 05:26:20 GMT mitty [79] * trunk/twitter/get_oauth.pl (modified) * use Net::Twitter::Lite instead of Net::Twitter Tue, 05 Oct 2010 14:48:18 GMT mitty [69] * trunk/twitter/twitterbot.pl (modified) * remove needless hash check Tue, 05 Oct 2010 03:57:59 GMT mitty [65] * trunk/twitter/twitterbot.pl (modified) * add new hash members to return value of or_search and mentions_ids Tue, 05 Oct 2010 00:48:40 GMT mitty [64] * trunk/twitter/twitterbot.pl (modified) * FIX: warning 'Use of uninitialized value $ARGV[0]' on non debug mode Mon, 04 Oct 2010 12:56:16 GMT mitty [63] * trunk/twitter/twitterbot.pl (modified) * add new hash members to return value of or_search and mentions_ids Mon, 04 Oct 2010 12:31:01 GMT mitty [62] * trunk/twitter/show_status.pl (modified) * add caution Mon, 04 Oct 2010 12:18:30 GMT mitty [61] * trunk/twitter/twitterbot.pl (modified) * change structure of return value from or_search, mentions_ids Mon, 04 Oct 2010 10:08:47 GMT mitty [60] * trunk/twitter/twitterbot.pl (modified) * fix typo Mon, 04 Oct 2010 10:01:27 GMT mitty [59] * trunk/twitter/twitterbot.pl (modified) * add trace outputs for debugging Mon, 04 Oct 2010 08:03:42 GMT mitty [58] * trunk/twitter/user_timeline.pl (copied) * get user's timeline * usage: user_timeline.pl screen_name ... Sat, 02 Oct 2010 13:02:23 GMT mitty [57] * trunk/twitter/show_status.pl (modified) * show_status doesn't need login Mon, 13 Sep 2010 14:02:26 GMT mitty [52] * trunk/twitter/twitterbot.pl (modified) * different since_id options on mentions, search Mon, 13 Sep 2010 12:32:55 GMT mitty [51] * trunk/twitter/show_status.pl (modified) * skip unimportant elements from the Dump Mon, 13 Sep 2010 12:30:51 GMT mitty [50] * trunk/twitter/show_status.pl (copied) * help script for Dump tweet information Mon, 13 Sep 2010 12:23:07 GMT mitty [49] * trunk/twitter/twitterbot.pl (modified) * add svn:executable Mon, 13 Sep 2010 12:21:59 GMT mitty [48] * trunk/twitter (modified) * trunk/twitter/twitterbot.pl (added) * retweert twitter bot * load configuration from YAML * search ... Sat, 11 Sep 2010 06:02:42 GMT mitty [47] * trunk/twitter/get_oauth.pl (modified) * trunk/twitter/nt_bot.pl (modified) * change hash key name Sat, 11 Sep 2010 03:49:29 GMT mitty [46] * trunk/twitter/get_oauth.pl (modified) * trunk/twitter/nt_bot.pl (modified) * trunk/twitter/twitbot.pl (deleted) * delete old style client * read configuration from YAML format file Sat, 11 Sep 2010 02:09:19 GMT mitty [45] * trunk/twitter (copied) * making twitter client by Perl * copy vendor drop to trunk Sat, 11 Sep 2010 02:07:55 GMT mitty [44] * vendor/twitter (added) * vendor/twitter/get_oauth.pl (added) * vendor/twitter/nt_bot.pl (added) * vendor/twitter/twitbot.pl (added) * from http://d.hatena.ne.jp/layerzero/20090930/p1 * get_oauth.pl ...