Twitter-botを作ってみる(3日目)

twythonを使ってみる。
相変わらずhttp://coreblog.org/ats/making-app-engine-twitter-bot-in-15-lines-by-using-Flaskを参考にする

[05-18 00:24:28 suzuki@suzuki-shinichirou-no-MacBook-Air /Users/suzuki]
python
Python 2.6.1 (r261:67515, Jun 24 2010, 21:47:49) 
[GCC 4.2.1 (Apple Inc. build 5646)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import twython
>>> twython
<module 'twython' from '/Library/Python/2.6/site-packages/twython-1.4.2-py2.6.egg/twython/__init__.pyc'>
>>> api = twython.setup('**id**','**pass**')
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: 'module' object has no attribute 'setup'
>>> from twython import core
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: cannot import name core
>>> from Twython import core
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named Twython
>>> 

んー、なんかだめみたい。やりかた古いのかも。
twythonのgithubのほう見に行ってみると、sampleがあった。
https://github.com/ryanmcgrath/twython/tree/master/core_examples

Python 2.6.1 (r261:67515, Jun 24 2010, 21:47:49) 
[GCC 4.2.1 (Apple Inc. build 5646)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from twython import Twython
from twython import Twython
>>> tw = Twython()
tw = Twython()
>>> tw.getUserTimeline(screen_name="asshuku")
tw.getUserTimeline(screen_name="asshuku")
[{u'user': {u'follow_request_sent': False, u'profile_use_background_image': True, u'id': 10557722, u'verified': False, u'profile_sidebar_fill_color': u'DDEEF6', u'is_translator': False, u'profile_text_color': u'333333', u'followers_count': 14451, u'profile_sidebar_border_color': u'C0DEED', u'location': u'bot', u'default_profile_image': False, u'id_str': u'10557722', u'utc_offset': -36000, u'statuses_count': 33212, u'description': u'\u5727\u7e2e\u65b0\u805e\u306f\u305d\u306e\u65e5\u306e\u6700\u65b0\u30cb\u30e5\u30fc\u30b9\u3092\u30de\u30eb\u30b3\u30d5\u9023\u9396\u3067\u307e\u3068\u3081\u3066\u5727\u7e2e\u3057\u305f\u3082\u306e\u3067\u3059\u3002 \u3056\u3063\u3068\u773a\u3081\u308b\u3060\u3051\u3067\u305d\u306e\u65e5\u8d77\u3053\u3063\u305f\u4e8b\u4ef6\u304c\u4f55\u3068\u306a\u304f\u308f\u304b\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u304c\u5168\u304f\u4fdd\u8a3c\u306f\u3057\u307e\u305b\u3093\u3002\u4f5c\u6210\uff1a@pha \u82f1\u8a9e\u7248\uff1a@MashedNews', u'friends_count': 50, u'profile_link_color': u'0084B4', u'profile_image_url': u'http://a1.twimg.com/profile_images/37779452/asshuku_normal.gif', u'notifications': False, u'show_all_inline_media': False, u'geo_enabled': False, u'profile_background_color': u'C0DEED', u'profile_background_image_url': u'http://a3.twimg.com/images/themes/theme1/bg.png', u'screen_name': u'asshuku', u'lang': u'ja', u'profile_background_tile': False, u'favourites_count': 0, u'name': u'\u5727\u7e2e\u65b0\u805e', u'url': u'http://pha22.net/comp/', u'created_at': u'Sun Nov 25 14:14:28 +0000 2007', u'contributors_enabled': False, u'time_zone': u'Hawaii', u'protected': False, u'default_profile': True, u'following': True, u'listed_count': 2687}, u'favorited': False, u'contributors': None, u'truncated': False, u'text': u'\u7434\u6b27\u6d32\u3082\u963f\u89a7\u306e\u306f\u305f\u304d\u8fbc\u307f\u306b\u6557\u308c\u3066\u521d\u65e5\u304b\u3089\u306e\uff11\uff10\u9023\u52dd\u306f\u3053\u308c\u3067\uff11\uff13\u56de\u76ee\u3002\u305d\u306e\u3046\u3061\u512a\u52dd\u306f\uff11\uff11\u56de\u3068\uff36\u78ba\u7387\u306f\uff18\u5272\u8d85\u3048\u3060\u3002\u9b41\u8056\u304c\u8ca0\u3051\u5168\u52dd\u306f\u4e00\u4eba\u3060\u3051\u306b\u306a\u3063\u305f\u6c34\u3092\u539f\u5b50\u7089\u306b\u623b\u3057\u51b7\u5374\u306b\u4f7f\u3046\u300c\u5faa\u74b0\u6ce8\u6c34\u51b7\u5374\u300d\u3068\u3044\u3046\u540c\u60c5\u306e\u610f\u898b\u3082\u5bc4\u305b\u3089\u308c\u305f\u3002', u'created_at': u'Wed May 18 04:15:04 +0000 2011', u'retweeted': False, u'in_reply_to_status_id': None, u'coordinates': None, u'id': 70703926042836993, u'source': u'<a href="http://pha22.net/twitterbot/" rel="nofollow">EasyBotter</a>', u'in_reply_to_status_id_str': None, u'place': None, u'id_str': u'70703926042836993', u'in_reply_to_screen_name': None, u'retweet_count': 2, u'geo': None, u'in_reply_to_user_id_str': None, u'in_reply_to_user_id': None}, {u'user': {u'follow_request_sent': False, u'profile_use_background_image': True, u'id': 10557722, u'verified': False, u'profile_sidebar_fill_color': u'DDEEF6', u'is_translator': False, u'profile_text_color': u'333333', u'followers_count': 14452, u'profile_sidebar_border_color': u'C0DEED', u'location': u'bot', u'default_profile_image': False, u'id_str': u'10557722', u'utc_offset': -36000, u'statuses_count': 33208, u'description': u'\u5727\u7e2e\u65b0\u805e\u306f\u305d\u306e\u65e5\u306e\u6700\u65b0\u30cb\u30e5\u30fc\u30b9\u3092\u30de\u30eb\u30b3\u30d5\u9023\u9396\u3067\u307e\u3068\u3081\u3066\u5727\u7e2e\u3057\u305f\u3082\u306e\u3067\u3059\u3002 \u3056\u3063\u3068\u773a\u3081\u308b\u3060\u3051\u3067\u305d\u306e\u65e5\u8d77\u3053\u3063\u305f\u4e8b\u4ef6\u304c\u4f55\u3068\u306a\u304f\u308f\u304b\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u304c\u5168\u304f\u4fdd\u8a3c\u306f\u3057\u307e\u305b\u3093\u3002\u4f5c\u6210\uff1a@pha \u82f1\u8a9e\u7248\uff1a@MashedNews', u'friends_count': 50, u'profile_link_color': u'0084B4', u'profile_image_url': u'http://a1.twimg.com/profile_images/37779452/asshuku_normal.gif', u'notifications': False, u'show_all_inline_media': False, u'geo_enabled': False, u'profile_background_color': u'C0DEED', u'profile_background_image_url': u'http://a3.twimg.com/images/themes/theme1/bg.png', u'screen_name': u'asshuku', u'lang': u'ja', u'profile_background_tile': False, u'favourites_count': 0, u'name': u'\u5727\u7e2e\u65b0\u805e', u'url': u'http://pha22.net/comp/', u'created_at': u'Sun Nov 25 14:14:28 +0000 2007', u'contributors_enabled': False, u'time_zone': u'Hawaii', u'protected': False, u'default_profile': True, u'following': True, u'listed_count': 2687}, u'favorited': False, u'contributors': None, u'truncated': False, u'text': u'\u540c\uff15\uff10\uff0e\uff10\uff05\u6e1b\uff09\u306b\u3001\u305d\u308c\u305e\u308c\u4fee\u6b63\u3057\u305f\u3002\u65e5\u672c\u3067\u306e\u4e8b\u6545\u306f\u3001\u885d\u6483\u3060\u3068\u4e3b\u5f35\u3002\u8cea\u554f\u72b6\u3067\u306f\u3001\u3053\u308c\u304b\u3089\u30c4\u30c4\u30b8\u3084\u30cf\u30ca\u30b7\u30e7\u30a6\u30d6\u3082\u898b\u3089\u308c\u308b\u304c\u3001\u3044\u307e\u306f\u516b\u91cd\u685c\u304c\u898b\u3054\u308d\u3002', u'created_at': u'Wed May 18 03:45:02 +0000 2011', u'retweeted': False, u'in_reply_to_status_id': None, u'coordinates': None, u'id': 70696370775924737, u'source': u'<a href="http://pha22.net/twitterbot/" rel="nofollow">EasyBotter</a>', u'in_reply_to_status_id_str': None, u'place': None, u'id_str': u'70696370775924737', u'in_reply_to_screen_name': None, u'retweet_count': 0, u'geo': None, u'in_reply_to_user_id_str': None, u'in_reply_to_user_id': None}, {u'user': {u'follow_request_sent': False, u'profile_use_background_image': True, u'default_profile_image': False, u'id': 10557722, u'verified': False, u'profile_sidebar_fill_color': u'DDEEF6', u'is_translator': False, u'profile_text_color': u'333333', u'followers_count': 14452, u'profile_sidebar_border_color': u'C0DEED', u'location': u'bot', u'profile_background_color': u'C0DEED', u'listed_count': 2687, u'utc_offset': -36000, u'statuses_count': 33207, u'description': u'\u5727\u7e2e\u65b0\u805e\u306f\u305d\u306e\u65e5\u306e\u6700\u65b0\u30cb\u30e5\u30fc\u30b9\u3092\u30de\u30eb\u30b3\u30d5\u9023\u9396\u3067\u307e\u3068\u3081\u3066\u5727\u7e2e\u3057\u305f\u3082\u306e\u3067\u3059\u3002 \u3056\u3063\u3068\u773a\u3081\u308b\u3060\u3051\u3067\u305d\u306e\u65e5\u8d77\u3053\u3063\u305f\u4e8b\u4ef6\u304c\u4f55\u3068\u306a\u304f\u308f\u304b\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u304c\u5168\u304f\u4fdd\u8a3c\u306f\u3057\u307e\u305b\u3093\u3002\u4f5c\u6210\uff1a@pha \u82f1\u8a9e\u7248\uff1a@MashedNews', u'friends_count': 50, u'profile_link_color': u'0084B4', u'profile_image_url': u'http://a1.twimg.com/profile_images/37779452/asshuku_normal.gif', u'notifications': False, u'show_all_inline_media': False, u'geo_enabled': False, u'id_str': u'10557722', u'profile_background_image_url': u'http://a3.twimg.com/images/themes/theme1/bg.png', u'screen_name': u'asshuku', u'lang': u'ja', u'profile_background_tile': False, u'favourites_count': 0, u'name': u'\u5727\u7e2e\u65b0\u805e', u'url': u'http://pha22.net/comp/', u'created_at': u'Sun Nov 25 14:14:28 +0000 2007', u'contributors_enabled': False, u'time_zone': u'Hawaii', u'protected': False, u'default_profile': True, u'following': True}, u'favorited': False, u'contributors': None, u'truncated': False, u'text': u'\u5c02\u7528\u30b5\u30a4\u30c8\u306e\uff35\uff32\uff2c\u306f\u300c\uff37\uff37\uff37\uff0e\uff2d\uff29\uff32\uff21\uff29\uff2b\uff29\uff2f\uff2b\uff35\uff0e\uff23\uff2f\uff2d\u300d\u3002', u'created_at': u'Wed May 18 03:15:03 +0000 2011', u'retweeted': False, u'in_reply_to_status_id': None, u'coordinates': None, u'id': 70688824057008129, u'source': u'<a href="http://pha22.net/twitterbot/" rel="nofollow">EasyBotter</a>', u'in_reply_to_status_id_str': None, u'place': None, u'id_str': u'70688824057008129', u'in_reply_to_screen_name': None, u'retweet_count': 0, u'geo': None, u'in_reply_to_user_id_str': None, u'in_reply_to_user_id': None}, {u'user': {u'follow_request_sent': False, u'profile_use_background_image': True, u'default_profile_image': False, u'id': 10557722, u'verified': False, u'profile_sidebar_fill_color': u'DDEEF6', u'is_translator': False, u'profile_text_color': u'333333', u'followers_count': 14452, u'profile_sidebar_border_color': u'C0DEED', u'location': u'bot', u'profile_background_color': u'C0DEED', u'listed_count': 2687, u'utc_offset': -36000, u'statuses_count': 33209, u'description': u'\u5727\u7e2e\u65b0\u805e\u306f\u305d\u306e\u65e5\u306e\u6700\u65b0\u30cb\u30e5\u30fc\u30b9\u3092\u30de\u30eb\u30b3\u30d5\u9023\u9396\u3067\u307e\u3068\u3081\u3066\u5727\u7e2e\u3057\u305f\u3082\u306e\u3067\u3059\u3002 \u3056\u3063\u3068\u773a\u3081\u308b\u3060\u3051\u3067\u305d\u306e\u65e5\u8d77\u3053\u3063\u305f\u4e8b\u4ef6\u304c\u4f55\u3068\u306a\u304f\u308f\u304b\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u304c\u5168\u304f\u4fdd\u8a3c\u306f\u3057\u307e\u305b\u3093\u3002\u4f5c\u6210\uff1a@pha \u82f1\u8a9e\u7248\uff1a@MashedNews', u'friends_count': 50, u'profile_link_color': u'0084B4', u'profile_image_url': u'http://a1.twimg.com/profile_images/37779452/asshuku_normal.gif', u'notifications': False, u'show_all_inline_media': False, u'geo_enabled': False, u'id_str': u'10557722', u'profile_background_image_url': u'http://a3.twimg.com/images/themes/theme1/bg.png', u'screen_name': u'asshuku', u'lang': u'ja', u'profile_background_tile': False, u'favourites_count': 0, u'name': u'\u5727\u7e2e\u65b0\u805e', u'url': u'http://pha22.net/comp/', u'created_at': u'Sun Nov 25 14:14:28 +0000 2007', u'contributors_enabled': False, u'time_zone': u'Hawaii', u'protected': False, u'default_profile': True, u'following': True}, u'favorited': False, u'contributors': None, u'truncated': False, u'text': u'\u8ee2\u5165\u5bfe\u8c61\u306f\u4fdd\u8b77\u8005\u306e\u8ee2\u52e4\u306a\u3069\u306b\u3088\u308b\u8ee2\u5c45\u3084\u3001\u3044\u3058\u3081\u306a\u3069\u3067\u6559\u80b2\u7684\u914d\u616e\u304c\u5fc5\u8981\u306a\u751f\u5f92\u3089\u3002', u'created_at': u'Wed May 18 02:45:02 +0000 2011', u'retweeted': False, u'in_reply_to_status_id': None, u'coordinates': None, u'id': 70681270966943744, u'source': u'<a href="http://pha22.net/twitterbot/" rel="nofollow">EasyBotter</a>', u'in_reply_to_status_id_str': None, u'place': None, u'id_str': u'70681270966943744', u'in_reply_to_screen_name': None, u'retweet_count': 0, u'geo': None, u'in_reply_to_user_id_str': None, u'in_reply_to_user_id': None}, {u'user': {u'follow_request_sent': False, u'profile_use_background_image': True, u'default_profile_image': False, u'id': 10557722, u'verified': False, u'profile_sidebar_fill_color': u'DDEEF6', u'is_translator': False, u'profile_text_color': u'333333', u'followers_count': 14451, u'profile_sidebar_border_color': u'C0DEED', u'location': u'bot', u'profile_background_color': u'C0DEED', u'listed_count': 2687, u'utc_offset': -36000, u'statuses_count': 33208, u'description': u'\u5727\u7e2e\u65b0\u805e\u306f\u305d\u306e\u65e5\u306e\u6700\u65b0\u30cb\u30e5\u30fc\u30b9\u3092\u30de\u30eb\u30b3\u30d5\u9023\u9396\u3067\u307e\u3068\u3081\u3066\u5727\u7e2e\u3057\u305f\u3082\u306e\u3067\u3059\u3002 \u3056\u3063\u3068\u773a\u3081\u308b\u3060\u3051\u3067\u305d\u306e\u65e5\u8d77\u3053\u3063\u305f\u4e8b\u4ef6\u304c\u4f55\u3068\u306a\u304f\u308f\u304b\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u304c\u5168\u304f\u4fdd\u8a3c\u306f\u3057\u307e\u305b\u3093\u3002\u4f5c\u6210\uff1a@pha \u82f1\u8a9e\u7248\uff1a@MashedNews', u'friends_count': 50, u'profile_link_color': u'0084B4', u'profile_image_url': u'http://a1.twimg.com/profile_images/37779452/asshuku_normal.gif', u'notifications': False, u'show_all_inline_media': False, u'geo_enabled': False, u'id_str': u'10557722', u'profile_background_image_url': u'http://a3.twimg.com/images/themes/theme1/bg.png', u'screen_name': u'asshuku', u'lang': u'ja', u'profile_background_tile': False, u'favourites_count': 0, u'name': u'\u5727\u7e2e\u65b0\u805e', u'url': u'http://pha22.net/comp/', u'created_at': u'Sun Nov 25 14:14:28 +0000 2007', u'contributors_enabled': False, u'time_zone': u'Hawaii', u'protected': False, u'default_profile': True, u'following': True}, u'favorited': False, u'contributors': None, u'truncated': False, u'text': u'\u81ea\u6c11\u306f\u3044\u3058\u3081\u306e\u554f\u984c\u3092\u5b50\u3069\u3082\u305f\u3061\u3060\u3051\u3067\u89e3\u6c7a\u3059\u308b\u306e\u306f\u521d\u3081\u3066\u3060\u3002\u60c5\u5831\u63d0\u4f9b\u3084\u767a\u8868\u304c\u9045\u308c\u304c\u3061\u3060\u3068\u306e\u7acb\u5834\u3092\u3068\u3063\u305f\u3002\u540c\u6642\u306b\u3001\u7c73\u8b70\u4f1a\u306b\u5bfe\u3057\u300c\u7406\u7531\u304c\u306a\u3044\u300d\u3068\u7b54\u3048\u305f\u3002', u'created_at': u'Wed May 18 02:15:02 +0000 2011', u'retweeted': False, u'in_reply_to_status_id': None, u'coordinates': None, u'id': 70673720578031616, u'source': u'<a href="http://pha22.net/twitterbot/" rel="nofollow">EasyBotter</a>', u'in_reply_to_status_id_str': None, u'place': None, u'id_str': u'70673720578031616', u'in_reply_to_screen_name': None, u'retweet_count': 2, u'geo': None, u'in_reply_to_user_id_str': None, u'in_reply_to_user_id': None}, {u'user': {u'follow_request_sent': False, u'profile_use_background_image': True, u'id': 10557722, u'verified': False, u'profile_sidebar_fill_color': u'DDEEF6', u'is_translator': False, u'profile_text_color': u'333333', u'followers_count': 14452, u'profile_sidebar_border_color': u'C0DEED', u'location': u'bot', u'default_profile_image': False, u'id_str': u'10557722', u'utc_offset': -36000, u'statuses_count': 33207, u'description': u'\u5727\u7e2e\u65b0\u805e\u306f\u305d\u306e\u65e5\u306e\u6700\u65b0\u30cb\u30e5\u30fc\u30b9\u3092\u30de\u30eb\u30b3\u30d5\u9023\u9396\u3067\u307e\u3068\u3081\u3066\u5727\u7e2e\u3057\u305f\u3082\u306e\u3067\u3059\u3002 \u3056\u3063\u3068\u773a\u3081\u308b\u3060\u3051\u3067\u305d\u306e\u65e5\u8d77\u3053\u3063\u305f\u4e8b\u4ef6\u304c\u4f55\u3068\u306a\u304f\u308f\u304b\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u304c\u5168\u304f\u4fdd\u8a3c\u306f\u3057\u307e\u305b\u3093\u3002\u4f5c\u6210\uff1a@pha \u82f1\u8a9e\u7248\uff1a@MashedNews', u'friends_count': 50, u'profile_link_color': u'0084B4', u'profile_image_url': u'http://a1.twimg.com/profile_images/37779452/asshuku_normal.gif', u'notifications': False, u'show_all_inline_media': False, u'geo_enabled': False, u'profile_background_color': u'C0DEED', u'profile_background_image_url': u'http://a3.twimg.com/images/themes/theme1/bg.png', u'screen_name': u'asshuku', u'lang': u'ja', u'profile_background_tile': False, u'favourites_count': 0, u'name': u'\u5727\u7e2e\u65b0\u805e', u'url': u'http://pha22.net/comp/', u'created_at': u'Sun Nov 25 14:14:28 +0000 2007', u'contributors_enabled': False, u'time_zone': u'Hawaii', u'protected': False, u'default_profile': True, u'following': True, u'listed_count': 2687}, u'favorited': False, u'contributors': None, u'truncated': False, u'text': u'\u8077\u54e1\uff08\uff14\uff13\uff09\u304c\u901a\u7528\u53e3\u306e\u30c9\u30a2\u3092\u958b\u3051\u305f\u77ac\u9593\u3001\u4ed5\u5207\u308a\u7dda\u3092\u8d8a\u3048\u3066\u62bc\u3057\u8fbc\u3080\u3068\u3001\u76f8\u624b\u306e\u624b\u304c\u9854\u306b\u5165\u3063\u3066\u3082\u5f35\u308a\u624b\u3067\u5fdc\u6226\u3059\u308b\u3001\u304b\u3064\u3066\u306e\u611a\u884c\u306f\u72af\u3055\u306a\u3044\u3002', u'created_at': u'Wed May 18 01:45:02 +0000 2011', u'retweeted': False, u'in_reply_to_status_id': None, u'coordinates': None, u'id': 70666172013625345, u'source': u'<a href="http://pha22.net/twitterbot/" rel="nofollow">EasyBotter</a>', u'in_reply_to_status_id_str': None, u'place': None, u'id_str': u'70666172013625345', u'in_reply_to_screen_name': None, u'retweet_count': 13, u'geo': None, u'in_reply_to_user_id_str': None, u'in_reply_to_user_id': None}, {u'user': {u'follow_request_sent': False, u'profile_use_background_image': True, u'default_profile_image': False, u'id': 10557722, u'verified': False, u'profile_sidebar_fill_color': u'DDEEF6', u'is_translator': False, u'profile_text_color': u'333333', u'followers_count': 14450, u'profile_sidebar_border_color': u'C0DEED', u'location': u'bot', u'profile_background_color': u'C0DEED', u'listed_count': 2686, u'utc_offset': -36000, u'statuses_count': 33206, u'description': u'\u5727\u7e2e\u65b0\u805e\u306f\u305d\u306e\u65e5\u306e\u6700\u65b0\u30cb\u30e5\u30fc\u30b9\u3092\u30de\u30eb\u30b3\u30d5\u9023\u9396\u3067\u307e\u3068\u3081\u3066\u5727\u7e2e\u3057\u305f\u3082\u306e\u3067\u3059\u3002 \u3056\u3063\u3068\u773a\u3081\u308b\u3060\u3051\u3067\u305d\u306e\u65e5\u8d77\u3053\u3063\u305f\u4e8b\u4ef6\u304c\u4f55\u3068\u306a\u304f\u308f\u304b\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u304c\u5168\u304f\u4fdd\u8a3c\u306f\u3057\u307e\u305b\u3093\u3002\u4f5c\u6210\uff1a@pha \u82f1\u8a9e\u7248\uff1a@MashedNews', u'friends_count': 50, u'profile_link_color': u'0084B4', u'profile_image_url': u'http://a1.twimg.com/profile_images/37779452/asshuku_normal.gif', u'notifications': False, u'show_all_inline_media': False, u'geo_enabled': False, u'id_str': u'10557722', u'profile_background_image_url': u'http://a3.twimg.com/images/themes/theme1/bg.png', u'screen_name': u'asshuku', u'lang': u'ja', u'profile_background_tile': False, u'favourites_count': 0, u'name': u'\u5727\u7e2e\u65b0\u805e', u'url': u'http://pha22.net/comp/', u'created_at': u'Sun Nov 25 14:14:28 +0000 2007', u'contributors_enabled': False, u'time_zone': u'Hawaii', u'protected': False, u'default_profile': True, u'following': True}, u'favorited': False, u'contributors': None, u'truncated': False, u'text': u'\u91ce\u7403\u306e\u6625\u5b63\u30ea\u30fc\u30b0\u6226\u306f\uff11\uff17\u65e5\u306e\u30cb\u30e5\u30fc\u30e8\u30fc\u30af\u682a\u5f0f\u5e02\u5834\u306f\u7c73\u666f\u6c17\u306e\u5148\u884c\u304d\u3078\u306e\u697d\u89b3\u304c\u5f8c\u9000\u3057\u3001\uff13\u55b6\u696d\u65e5\u9023\u7d9a\u3067\u4e0b\u843d\u3057\u305f\u3002', u'created_at': u'Wed May 18 01:15:02 +0000 2011', u'retweeted': False, u'in_reply_to_status_id': None, u'coordinates': None, u'id': 70658620391559168, u'source': u'<a href="http://pha22.net/twitterbot/" rel="nofollow">EasyBotter</a>', u'in_reply_to_status_id_str': None, u'place': None, u'id_str': u'70658620391559168', u'in_reply_to_screen_name': None, u'retweet_count': 0, u'geo': None, u'in_reply_to_user_id_str': None, u'in_reply_to_user_id': None}, {u'user': {u'follow_request_sent': False, u'profile_use_background_image': True, u'default_profile_image': False, u'id': 10557722, u'verified': False, u'profile_sidebar_fill_color': u'DDEEF6', u'is_translator': False, u'profile_text_color': u'333333', u'followers_count': 14450, u'profile_sidebar_border_color': u'C0DEED', u'location': u'bot', u'profile_background_color': u'C0DEED', u'id_str': u'10557722', u'utc_offset': -36000, u'statuses_count': 33205, u'description': u'\u5727\u7e2e\u65b0\u805e\u306f\u305d\u306e\u65e5\u306e\u6700\u65b0\u30cb\u30e5\u30fc\u30b9\u3092\u30de\u30eb\u30b3\u30d5\u9023\u9396\u3067\u307e\u3068\u3081\u3066\u5727\u7e2e\u3057\u305f\u3082\u306e\u3067\u3059\u3002 \u3056\u3063\u3068\u773a\u3081\u308b\u3060\u3051\u3067\u305d\u306e\u65e5\u8d77\u3053\u3063\u305f\u4e8b\u4ef6\u304c\u4f55\u3068\u306a\u304f\u308f\u304b\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u304c\u5168\u304f\u4fdd\u8a3c\u306f\u3057\u307e\u305b\u3093\u3002\u4f5c\u6210\uff1a@pha \u82f1\u8a9e\u7248\uff1a@MashedNews', u'friends_count': 50, u'profile_link_color': u'0084B4', u'profile_image_url': u'http://a1.twimg.com/profile_images/37779452/asshuku_normal.gif', u'notifications': False, u'show_all_inline_media': False, u'geo_enabled': False, u'profile_background_image_url': u'http://a3.twimg.com/images/themes/theme1/bg.png', u'screen_name': u'asshuku', u'lang': u'ja', u'profile_background_tile': False, u'favourites_count': 0, u'name': u'\u5727\u7e2e\u65b0\u805e', u'url': u'http://pha22.net/comp/', u'created_at': u'Sun Nov 25 14:14:28 +0000 2007', u'contributors_enabled': False, u'time_zone': u'Hawaii', u'protected': False, u'default_profile': True, u'following': True, u'listed_count': 2686}, u'favorited': False, u'contributors': None, u'truncated': False, u'text': u'\u30ed\u30b7\u30a2\u304c\u5bfe\u65e5\u652f\u63f4\u306b\u4e57\u308a\u51fa\u3057\u3066\u4ee5\u964d\u3001\u5317\u65b9\u9818\u571f\u3092\u3081\u3050\u308b\u975e\u96e3\u306e\u5fdc\u916c\u306f\u4f11\u6b62\u72b6\u614b\u306b\u3042\u3063\u305f\u304c\u3001\u7518\u3048\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3057\u305f\u3082\u3046\u4e00\u4eba\u3001\uff11\uff15\u6b73\u306e\u5973\u306e\u5b50\u306e\u58f0\u3082\u2025\u3002', u'created_at': u'Wed May 18 00:45:02 +0000 2011', u'retweeted': False, u'in_reply_to_status_id': None, u'coordinates': None, u'id': 70651071101550592, u'source': u'<a href="http://pha22.net/twitterbot/" rel="nofollow">EasyBotter</a>', u'in_reply_to_status_id_str': None, u'place': None, u'id_str': u'70651071101550592', u'in_reply_to_screen_name': None, u'retweet_count': 5, u'geo': None, u'in_reply_to_user_id_str': None, u'in_reply_to_user_id': None}, {u'user': {u'follow_request_sent': False, u'profile_use_background_image': True, u'id': 10557722, u'verified': False, u'profile_sidebar_fill_color': u'DDEEF6', u'is_translator': False, u'profile_text_color': u'333333', u'followers_count': 14452, u'profile_sidebar_border_color': u'C0DEED', u'location': u'bot', u'default_profile_image': False, u'id_str': u'10557722', u'utc_offset': -36000, u'statuses_count': 33201, u'description': u'\u5727\u7e2e\u65b0\u805e\u306f\u305d\u306e\u65e5\u306e\u6700\u65b0\u30cb\u30e5\u30fc\u30b9\u3092\u30de\u30eb\u30b3\u30d5\u9023\u9396\u3067\u307e\u3068\u3081\u3066\u5727\u7e2e\u3057\u305f\u3082\u306e\u3067\u3059\u3002 \u3056\u3063\u3068\u773a\u3081\u308b\u3060\u3051\u3067\u305d\u306e\u65e5\u8d77\u3053\u3063\u305f\u4e8b\u4ef6\u304c\u4f55\u3068\u306a\u304f\u308f\u304b\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u304c\u5168\u304f\u4fdd\u8a3c\u306f\u3057\u307e\u305b\u3093\u3002\u4f5c\u6210\uff1a@pha \u82f1\u8a9e\u7248\uff1a@MashedNews', u'friends_count': 50, u'profile_link_color': u'0084B4', u'profile_image_url': u'http://a1.twimg.com/profile_images/37779452/asshuku_normal.gif', u'notifications': False, u'show_all_inline_media': False, u'geo_enabled': False, u'profile_background_color': u'C0DEED', u'profile_background_image_url': u'http://a3.twimg.com/images/themes/theme1/bg.png', u'screen_name': u'asshuku', u'lang': u'ja', u'profile_background_tile': False, u'favourites_count': 0, u'name': u'\u5727\u7e2e\u65b0\u805e', u'url': u'http://pha22.net/comp/', u'created_at': u'Sun Nov 25 14:14:28 +0000 2007', u'contributors_enabled': False, u'time_zone': u'Hawaii', u'protected': False, u'default_profile': True, u'following': True, u'listed_count': 2686}, u'favorited': False, u'contributors': None, u'truncated': False, u'text': u'\u4eca\u590f\u306b\u6700\u7d42\u6848\u3092\u307e\u3068\u3081\u308b\u3002\u5546\u54c1\u30c6\u30b9\u30c8\u3084\u6559\u80b2\u7814\u4fee\u306a\u3069\u30bb\u30f3\u30bf\u30fc\u306e\u6a5f\u80fd\u3092\u6d88\u8cbb\u8005\u5e81\u306b\u79fb\u7ba1\u3057\u3001\u30bb\u30f3\u30bf\u30fc\u306e\u5e38\u52e4\u8077\u54e1\uff08\u73fe\u5728\u7d04\uff11\uff12\uff10\u4eba\uff09\u3082\uff11\uff12\u5e74\u5ea6\u304b\u3089\u3001\u6bb5\u968e\u7684\u306b\u6d88\u8cbb\u8005\u5e81\u306b\u4e00\u5143\u5316\u3057\u3001\uff11\uff13\u5e74\u5ea6\u306b\u5ec3\u6b62\u3059\u308b\u3068\u3057\u305f\u969b\u306b\u306f\u5927\u8a3c\u5074\u304b\u3089\u300c\uff13\u30ab\u6708\u4ee5\u5185\u300d\u306e\u5408\u610f\u306f\u5fae\u5999\u3002', u'created_at': u'Wed May 18 00:15:03 +0000 2011', u'retweeted': False, u'in_reply_to_status_id': None, u'coordinates': None, u'id': 70643524399398912, u'source': u'<a href="http://pha22.net/twitterbot/" rel="nofollow">EasyBotter</a>', u'in_reply_to_status_id_str': None, u'place': None, u'id_str': u'70643524399398912', u'in_reply_to_screen_name': None, u'retweet_count': 0, u'geo': None, u'in_reply_to_user_id_str': None, u'in_reply_to_user_id': None}, {u'user': {u'follow_request_sent': False, u'profile_use_background_image': True, u'id': 10557722, u'description': u'\u5727\u7e2e\u65b0\u805e\u306f\u305d\u306e\u65e5\u306e\u6700\u65b0\u30cb\u30e5\u30fc\u30b9\u3092\u30de\u30eb\u30b3\u30d5\u9023\u9396\u3067\u307e\u3068\u3081\u3066\u5727\u7e2e\u3057\u305f\u3082\u306e\u3067\u3059\u3002 \u3056\u3063\u3068\u773a\u3081\u308b\u3060\u3051\u3067\u305d\u306e\u65e5\u8d77\u3053\u3063\u305f\u4e8b\u4ef6\u304c\u4f55\u3068\u306a\u304f\u308f\u304b\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u304c\u5168\u304f\u4fdd\u8a3c\u306f\u3057\u307e\u305b\u3093\u3002\u4f5c\u6210\uff1a@pha \u82f1\u8a9e\u7248\uff1a@MashedNews', u'verified': False, u'profile_sidebar_fill_color': u'DDEEF6', u'is_translator': False, u'profile_text_color': u'333333', u'followers_count': 14453, u'profile_sidebar_border_color': u'C0DEED', u'location': u'bot', u'default_profile_image': False, u'id_str': u'10557722', u'utc_offset': -36000, u'statuses_count': 33203, u'profile_background_color': u'C0DEED', u'friends_count': 50, u'profile_link_color': u'0084B4', u'profile_image_url': u'http://a1.twimg.com/profile_images/37779452/asshuku_normal.gif', u'notifications': False, u'show_all_inline_media': False, u'geo_enabled': False, u'profile_background_image_url': u'http://a3.twimg.com/images/themes/theme1/bg.png', u'screen_name': u'asshuku', u'lang': u'ja', u'profile_background_tile': False, u'favourites_count': 0, u'name': u'\u5727\u7e2e\u65b0\u805e', u'url': u'http://pha22.net/comp/', u'created_at': u'Sun Nov 25 14:14:28 +0000 2007', u'contributors_enabled': False, u'time_zone': u'Hawaii', u'protected': False, u'default_profile': True, u'following': True, u'listed_count': 2686}, u'favorited': False, u'contributors': None, u'truncated': False, u'text': u'\u4e2d\u56fd\u6771\u90e8\u306a\u3069\u3067\u7e41\u6b96\u3059\u308b\u3068\u3044\u3046\u3002\u30bd\u30cb\u30fc\u304c\u53d7\u3051\u305f\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u3078\u306e\u4e0d\u6b63\u4fb5\u5165\u306b\u3064\u3044\u3066\u306f\u5229\u7528\u8005\u306f\u60c5\u5831\u6d41\u51fa\u3088\u308a\u3082\u3001\u30b5\u30fc\u30d3\u30b9\u304c\u6b62\u307e\u3063\u305f\u3053\u3068\u306b\u4f34\u3044\u3001\u6b27\u5dde\uff11\uff11\u30ab\u56fd\u306b\u79fb\u884c\u624b\u7d9a\u3092\u884c\u306a\u3046\u3068\u767a\u8868\u3057\u305f\u7b2c\uff11\u56db\u534a\u671f\u6c7a\u7b97\u306f\u4e88\u60f3\u3092\u4e0a\u56de\u308b\u5897\u76ca\u306b\u3002', u'created_at': u'Tue May 17 23:45:02 +0000 2011', u'retweeted': False, u'in_reply_to_status_id': None, u'coordinates': None, u'id': 70635973058367488, u'source': u'<a href="http://pha22.net/twitterbot/" rel="nofollow">EasyBotter</a>', u'in_reply_to_status_id_str': None, u'place': None, u'id_str': u'70635973058367488', u'in_reply_to_screen_name': None, u'retweet_count': 0, u'geo': None, u'in_reply_to_user_id_str': None, u'in_reply_to_user_id': None}, {u'user': {u'follow_request_sent': False, u'profile_use_background_image': True, u'default_profile_image': False, u'id': 10557722, u'verified': False, u'profile_sidebar_fill_color': u'DDEEF6', u'is_translator': False, u'profile_text_color': u'333333', u'followers_count': 14453, u'profile_sidebar_border_color': u'C0DEED', u'location': u'bot', u'profile_background_color': u'C0DEED', u'listed_count': 2686, u'utc_offset': -36000, u'statuses_count': 33199, u'description': u'\u5727\u7e2e\u65b0\u805e\u306f\u305d\u306e\u65e5\u306e\u6700\u65b0\u30cb\u30e5\u30fc\u30b9\u3092\u30de\u30eb\u30b3\u30d5\u9023\u9396\u3067\u307e\u3068\u3081\u3066\u5727\u7e2e\u3057\u305f\u3082\u306e\u3067\u3059\u3002 \u3056\u3063\u3068\u773a\u3081\u308b\u3060\u3051\u3067\u305d\u306e\u65e5\u8d77\u3053\u3063\u305f\u4e8b\u4ef6\u304c\u4f55\u3068\u306a\u304f\u308f\u304b\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u304c\u5168\u304f\u4fdd\u8a3c\u306f\u3057\u307e\u305b\u3093\u3002\u4f5c\u6210\uff1a@pha \u82f1\u8a9e\u7248\uff1a@MashedNews', u'friends_count': 50, u'profile_link_color': u'0084B4', u'profile_image_url': u'http://a1.twimg.com/profile_images/37779452/asshuku_normal.gif', u'notifications': False, u'show_all_inline_media': False, u'geo_enabled': False, u'id_str': u'10557722', u'profile_background_image_url': u'http://a3.twimg.com/images/themes/theme1/bg.png', u'screen_name': u'asshuku', u'lang': u'ja', u'profile_background_tile': False, u'favourites_count': 0, u'name': u'\u5727\u7e2e\u65b0\u805e', u'url': u'http://pha22.net/comp/', u'created_at': u'Sun Nov 25 14:14:28 +0000 2007', u'contributors_enabled': False, u'time_zone': u'Hawaii', u'protected': False, u'default_profile': True, u'following': True}, u'favorited': False, u'contributors': None, u'truncated': False, u'text': u'\u5927\u6751\u559c\u4e00\uff08\u3088\u3057\u304b\u305a\uff09\u5927\u962a\u5e9c\u8b66\u635c\u67fb\uff11\u8ab2\u9577\u306e\u8a71\u63a1\u53d6\u8cc7\u6599\u3092\u8aa4\u3063\u3066\u5ec3\u68c4\u3057\u305f\u3082\u306e\u3068\u4e00\u81f4\u3059\u308c\u3070\u3001\u65e2\u306b\u4e0a\u5834\u3057\u3066\u3044\u308b\u304b\u3069\u3046\u304b\u3082\u8003\u616e\u3059\u308b\u65b9\u91dd\u3092\u793a\u3057\u305f\u767a\u8a00\u3060\u3002\u9996\u76f8\u306f\u81ea\u7136\u30a8\u30cd\u30eb\u30ae\u30fc\u306e\u666e\u53ca\u3092\u798f\u5cf6\u770c\u3067\u5927\u3044\u306b\u9032\u3081\u308b\u3002', u'created_at': u'Tue May 17 23:15:03 +0000 2011', u'retweeted': False, u'in_reply_to_status_id': None, u'coordinates': None, u'id': 70628423529267202, u'source': u'<a href="http://pha22.net/twitterbot/" rel="nofollow">EasyBotter</a>', u'in_reply_to_status_id_str': None, u'place': None, u'id_str': u'70628423529267202', u'in_reply_to_screen_name': None, u'retweet_count': 0, u'geo': None, u'in_reply_to_user_id_str': None, u'in_reply_to_user_id': None}, {u'user': {u'follow_request_sent': False, u'profile_use_background_image': True, u'default_profile_image': False, u'id': 10557722, u'verified': False, u'profile_sidebar_fill_color': u'DDEEF6', u'is_translator': False, u'profile_text_color': u'333333', u'followers_count': 14453, u'profile_sidebar_border_color': u'C0DEED', u'location': u'bot', u'profile_background_color': u'C0DEED', u'listed_count': 2686, u'utc_offset': -36000, u'statuses_count': 33201, u'description': u'\u5727\u7e2e\u65b0\u805e\u306f\u305d\u306e\u65e5\u306e\u6700\u65b0\u30cb\u30e5\u30fc\u30b9\u3092\u30de\u30eb\u30b3\u30d5\u9023\u9396\u3067\u307e\u3068\u3081\u3066\u5727\u7e2e\u3057\u305f\u3082\u306e\u3067\u3059\u3002 \u3056\u3063\u3068\u773a\u3081\u308b\u3060\u3051\u3067\u305d\u306e\u65e5\u8d77\u3053\u3063\u305f\u4e8b\u4ef6\u304c\u4f55\u3068\u306a\u304f\u308f\u304b\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u304c\u5168\u304f\u4fdd\u8a3c\u306f\u3057\u307e\u305b\u3093\u3002\u4f5c\u6210\uff1a@pha \u82f1\u8a9e\u7248\uff1a@MashedNews', u'friends_count': 50, u'profile_link_color': u'0084B4', u'profile_image_url': u'http://a1.twimg.com/profile_images/37779452/asshuku_normal.gif', u'notifications': False, u'show_all_inline_media': False, u'geo_enabled': False, u'id_str': u'10557722', u'profile_background_image_url': u'http://a3.twimg.com/images/themes/theme1/bg.png', u'screen_name': u'asshuku', u'lang': u'ja', u'profile_background_tile': False, u'favourites_count': 0, u'name': u'\u5727\u7e2e\u65b0\u805e', u'url': u'http://pha22.net/comp/', u'created_at': u'Sun Nov 25 14:14:28 +0000 2007', u'contributors_enabled': False, u'time_zone': u'Hawaii', u'protected': False, u'default_profile': True, u'following': True}, u'favorited': False, u'contributors': None, u'truncated': False, u'text': u'\u76f8\u77e2\u5009\u304b\u3089\u5148\u624b\u756a\u306e\u7fbd\u751f\u540d\u4eba\u304c\u5bfe\u5c40\u5834\u306e\u85e4\u7530\u8a18\u5ff5\u5ead\u5712\u3092\u305d\u3046\u305f\u305f\u3048\u305f\u3002', u'created_at': u'Tue May 17 22:45:03 +0000 2011', u'retweeted': False, u'in_reply_to_status_id': None, u'coordinates': None, u'id': 70620876114116608, u'source': u'<a href="http://pha22.net/twitterbot/" rel="nofollow">EasyBotter</a>', u'in_reply_to_status_id_str': None, u'place': None, u'id_str': u'70620876114116608', u'in_reply_to_screen_name': None, u'retweet_count': 0, u'geo': None, u'in_reply_to_user_id_str': None, u'in_reply_to_user_id': None}, {u'user': {u'follow_request_sent': False, u'profile_use_background_image': True, u'default_profile_image': False, u'id': 10557722, u'verified': False, u'profile_sidebar_fill_color': u'DDEEF6', u'is_translator': False, u'profile_text_color': u'333333', u'followers_count': 14453, u'profile_sidebar_border_color': u'C0DEED', u'location': u'bot', u'profile_background_color': u'C0DEED', u'listed_count': 2686, u'utc_offset': -36000, u'statuses_count': 33200, u'description': u'\u5727\u7e2e\u65b0\u805e\u306f\u305d\u306e\u65e5\u306e\u6700\u65b0\u30cb\u30e5\u30fc\u30b9\u3092\u30de\u30eb\u30b3\u30d5\u9023\u9396\u3067\u307e\u3068\u3081\u3066\u5727\u7e2e\u3057\u305f\u3082\u306e\u3067\u3059\u3002 \u3056\u3063\u3068\u773a\u3081\u308b\u3060\u3051\u3067\u305d\u306e\u65e5\u8d77\u3053\u3063\u305f\u4e8b\u4ef6\u304c\u4f55\u3068\u306a\u304f\u308f\u304b\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u304c\u5168\u304f\u4fdd\u8a3c\u306f\u3057\u307e\u305b\u3093\u3002\u4f5c\u6210\uff1a@pha \u82f1\u8a9e\u7248\uff1a@MashedNews', u'friends_count': 50, u'profile_link_color': u'0084B4', u'profile_image_url': u'http://a1.twimg.com/profile_images/37779452/asshuku_normal.gif', u'notifications': False, u'show_all_inline_media': False, u'geo_enabled': False, u'id_str': u'10557722', u'profile_background_image_url': u'http://a3.twimg.com/images/themes/theme1/bg.png', u'screen_name': u'asshuku', u'lang': u'ja', u'profile_background_tile': False, u'favourites_count': 0, u'name': u'\u5727\u7e2e\u65b0\u805e', u'url': u'http://pha22.net/comp/', u'created_at': u'Sun Nov 25 14:14:28 +0000 2007', u'contributors_enabled': False, u'time_zone': u'Hawaii', u'protected': False, u'default_profile': True, u'following': True}, u'favorited': False, u'contributors': None, u'truncated': False, u'text': u'\uff41\uff55\u304c\uff11\uff17\u65e5\u306b\u6c7a\u7b97\u3092\u767a\u8868\u3057\u305f\uff14\u6708\u306e\u770c\u8b70\u9078\u85a9\u6469\u5ddd\u5185\u5e02\u533a\u3067\u539f\u767a\u53cd\u5bfe\u3092\u8a34\u3048\u308b\u770c\u8b70\u3089\u3082\u53c2\u52a0\u3002\u56e3\u4f53\u5074\u306f\u539f\u767a\u5ec3\u6b62\u3092\u8a34\u3048\u305f\u304c\u3001\u5341\u5206\u8ddd\u96e2\u304c\u3042\u308b\u3068\u8003\u3048\u3001\u5de6\u6298\u3057\u305f\u3002', u'created_at': u'Tue May 17 22:15:02 +0000 2011', u'retweeted': False, u'in_reply_to_status_id': None, u'coordinates': None, u'id': 70613323393155072, u'source': u'<a href="http://pha22.net/twitterbot/" rel="nofollow">EasyBotter</a>', u'in_reply_to_status_id_str': None, u'place': None, u'id_str': u'70613323393155072', u'in_reply_to_screen_name': None, u'retweet_count': 0, u'geo': None, u'in_reply_to_user_id_str': None, u'in_reply_to_user_id': None}, {u'favorited': False, u'contributors': None, u'truncated': False, u'text': u'\u5faa\u74b0\u6ce8\u6c34\u51b7\u5374\u3092\u63a1\u308a\u5165\u308c\u308b\u3053\u3068\u3067\u6c5a\u67d3\u6c34\u3092\u3053\u308c\u4ee5\u4e0a\u5897\u3084\u3055\u306a\u3044\u3088\u3046\u306b\u3057\u3066\u3044\u308b\u5927\u8a3c\u3092\u5b58\u7d9a\u4f1a\u793e\u3068\u3059\u308b\u5f62\u304c\u57fa\u672c\u306b\u306a\u308b\u3068\u63a8\u5b9a\u3057\u305f\u3002', u'created_at': u'Tue May 17 21:45:02 +0000 2011', u'retweeted': False, u'in_reply_to_status_id': None, u'coordinates': None, u'id': 70605772970659840, u'source': u'<a href="http://pha22.net/twitterbot/" rel="nofollow">EasyBotter</a>', u'in_reply_to_status_id_str': None, u'id_str': u'70605772970659840', u'place': None, u'in_reply_to_user_id': None, u'in_reply_to_screen_name': None, u'retweet_count': 0, u'geo': None, u'in_reply_to_user_id_str': None, u'user': {u'follow_request_sent': False, u'profile_use_background_image': True, u'default_profile_image': False, u'profile_background_image_url_https': u'https://si0.twimg.com/images/themes/theme1/bg.png', u'verified': False, u'profile_image_url_https': u'https://si0.twimg.com/profile_images/37779452/asshuku_normal.gif', u'profile_sidebar_fill_color': u'DDEEF6', u'is_translator': False, u'id': 10557722, u'profile_text_color': u'333333', u'followers_count': 14455, u'protected': False, u'id_str': u'10557722', u'profile_background_color': u'C0DEED', u'listed_count': 2686, u'utc_offset': -36000, u'statuses_count': 33199, u'description': u'\u5727\u7e2e\u65b0\u805e\u306f\u305d\u306e\u65e5\u306e\u6700\u65b0\u30cb\u30e5\u30fc\u30b9\u3092\u30de\u30eb\u30b3\u30d5\u9023\u9396\u3067\u307e\u3068\u3081\u3066\u5727\u7e2e\u3057\u305f\u3082\u306e\u3067\u3059\u3002 \u3056\u3063\u3068\u773a\u3081\u308b\u3060\u3051\u3067\u305d\u306e\u65e5\u8d77\u3053\u3063\u305f\u4e8b\u4ef6\u304c\u4f55\u3068\u306a\u304f\u308f\u304b\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u304c\u5168\u304f\u4fdd\u8a3c\u306f\u3057\u307e\u305b\u3093\u3002\u4f5c\u6210\uff1a@pha \u82f1\u8a9e\u7248\uff1a@MashedNews', u'friends_count': 50, u'location': u'bot', u'profile_link_color': u'0084B4', u'profile_image_url': u'http://a1.twimg.com/profile_images/37779452/asshuku_normal.gif', u'notifications': False, u'show_all_inline_media': False, u'geo_enabled': False, u'profile_background_image_url': u'http://a3.twimg.com/images/themes/theme1/bg.png', u'name': u'\u5727\u7e2e\u65b0\u805e', u'lang': u'ja', u'profile_background_tile': False, u'favourites_count': 0, u'screen_name': u'asshuku', u'url': u'http://pha22.net/comp/', u'created_at': u'Sun Nov 25 14:14:28 +0000 2007', u'contributors_enabled': False, u'time_zone': u'Hawaii', u'profile_sidebar_border_color': u'C0DEED', u'default_profile': True, u'following': True}}, {u'favorited': False, u'contributors': None, u'truncated': False, u'text': u'\u305d\u3053\u3067\u3001\u5730\u5143\u306e\u4f4f\u6c11\u306b\u6b8b\u3055\u308c\u305f\u5199\u771f\u3084\u601d\u3044\u51fa\u3092\u6295\u7a3f\u3057\u3066\u3082\u3089\u3063\u305f\u88fd\u54c1\u306e\u91d1\u304c\u652f\u6255\u3048\u306a\u304f\u306a\u3063\u305f\u3068\u5831\u3058\u3066\u3044\u308b\u3002\u540c\u7f72\u3067\u52d5\u6a5f\u3092\u8ffd\u53ca\u3057\u3066\u3044\u308b\uff1d\u798f\u4e95\u770c\u52dd\u5c71\u5e02\u306e\u770c\u7acb\u6050\u7adc\u535a\u7269\u9928\uff08\u5e73\u5ca1\u5eb7\u5f66\u64ae\u5f71\uff09\u3002', u'created_at': u'Tue May 17 21:15:03 +0000 2011', u'retweeted': False, u'in_reply_to_status_id': None, u'coordinates': None, u'id': 70598224406261760, u'source': u'<a href="http://pha22.net/twitterbot/" rel="nofollow">EasyBotter</a>', u'in_reply_to_status_id_str': None, u'id_str': u'70598224406261760', u'place': None, u'in_reply_to_user_id': None, u'in_reply_to_screen_name': None, u'retweet_count': 1, u'geo': None, u'in_reply_to_user_id_str': None, u'user': {u'follow_request_sent': False, u'profile_use_background_image': True, u'id': 10557722, u'verified': False, u'profile_image_url_https': u'https://si0.twimg.com/profile_images/37779452/asshuku_normal.gif', u'location': u'bot', u'profile_sidebar_fill_color': u'DDEEF6', u'is_translator': False, u'profile_text_color': u'333333', u'followers_count': 14454, u'protected': False, u'id_str': u'10557722', u'default_profile_image': False, u'listed_count': 2686, u'utc_offset': -36000, u'statuses_count': 33196, u'description': u'\u5727\u7e2e\u65b0\u805e\u306f\u305d\u306e\u65e5\u306e\u6700\u65b0\u30cb\u30e5\u30fc\u30b9\u3092\u30de\u30eb\u30b3\u30d5\u9023\u9396\u3067\u307e\u3068\u3081\u3066\u5727\u7e2e\u3057\u305f\u3082\u306e\u3067\u3059\u3002 \u3056\u3063\u3068\u773a\u3081\u308b\u3060\u3051\u3067\u305d\u306e\u65e5\u8d77\u3053\u3063\u305f\u4e8b\u4ef6\u304c\u4f55\u3068\u306a\u304f\u308f\u304b\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u304c\u5168\u304f\u4fdd\u8a3c\u306f\u3057\u307e\u305b\u3093\u3002\u4f5c\u6210\uff1a@pha \u82f1\u8a9e\u7248\uff1a@MashedNews', u'friends_count': 50, u'profile_background_image_url_https': u'https://si0.twimg.com/images/themes/theme1/bg.png', u'profile_link_color': u'0084B4', u'profile_image_url': u'http://a1.twimg.com/profile_images/37779452/asshuku_normal.gif', u'notifications': False, u'show_all_inline_media': False, u'geo_enabled': False, u'profile_background_color': u'C0DEED', u'profile_background_image_url': u'http://a3.twimg.com/images/themes/theme1/bg.png', u'name': u'\u5727\u7e2e\u65b0\u805e', u'lang': u'ja', u'profile_background_tile': False, u'favourites_count': 0, u'screen_name': u'asshuku', u'url': u'http://pha22.net/comp/', u'created_at': u'Sun Nov 25 14:14:28 +0000 2007', u'contributors_enabled': False, u'time_zone': u'Hawaii', u'profile_sidebar_border_color': u'C0DEED', u'default_profile': True, u'following': True}}, {u'favorited': False, u'contributors': None, u'truncated': False, u'text': u'\u30de\u30fc\u30af\u30b1\u30ea\u30fc\u8239\u9577\u306e\u59bb\u3067\u3001\uff11\u6708\u306b\u3042\u3063\u305f\u304c\u3001\u4eca\u56de\u306e\u30a4\u30ef\u30ce\u30d5\u526f\u9996\u76f8\u3089\uff15\u95a3\u50da\u306e\u8a2a\u554f\u3067\u5927\u9707\u707d\u4ee5\u524d\u306e\u7dca\u5f35\u72b6\u614b\u306b\u623b\u3063\u305f\u3002', u'created_at': u'Tue May 17 20:45:02 +0000 2011', u'retweeted': False, u'in_reply_to_status_id': None, u'coordinates': None, u'id': 70590674499670018, u'source': u'<a href="http://pha22.net/twitterbot/" rel="nofollow">EasyBotter</a>', u'in_reply_to_status_id_str': None, u'id_str': u'70590674499670018', u'place': None, u'in_reply_to_user_id': None, u'in_reply_to_screen_name': None, u'retweet_count': 0, u'geo': None, u'in_reply_to_user_id_str': None, u'user': {u'follow_request_sent': False, u'profile_use_background_image': True, u'profile_background_image_url_https': u'https://si0.twimg.com/images/themes/theme1/bg.png', u'verified': False, u'profile_image_url_https': u'https://si0.twimg.com/profile_images/37779452/asshuku_normal.gif', u'profile_sidebar_fill_color': u'DDEEF6', u'is_translator': False, u'id': 10557722, u'profile_text_color': u'333333', u'followers_count': 14456, u'protected': False, u'id_str': u'10557722', u'default_profile_image': False, u'listed_count': 2686, u'utc_offset': -36000, u'statuses_count': 33197, u'description': u'\u5727\u7e2e\u65b0\u805e\u306f\u305d\u306e\u65e5\u306e\u6700\u65b0\u30cb\u30e5\u30fc\u30b9\u3092\u30de\u30eb\u30b3\u30d5\u9023\u9396\u3067\u307e\u3068\u3081\u3066\u5727\u7e2e\u3057\u305f\u3082\u306e\u3067\u3059\u3002 \u3056\u3063\u3068\u773a\u3081\u308b\u3060\u3051\u3067\u305d\u306e\u65e5\u8d77\u3053\u3063\u305f\u4e8b\u4ef6\u304c\u4f55\u3068\u306a\u304f\u308f\u304b\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u304c\u5168\u304f\u4fdd\u8a3c\u306f\u3057\u307e\u305b\u3093\u3002\u4f5c\u6210\uff1a@pha \u82f1\u8a9e\u7248\uff1a@MashedNews', u'friends_count': 50, u'location': u'bot', u'profile_link_color': u'0084B4', u'profile_image_url': u'http://a1.twimg.com/profile_images/37779452/asshuku_normal.gif', u'notifications': False, u'show_all_inline_media': False, u'geo_enabled': False, u'profile_background_color': u'C0DEED', u'profile_background_image_url': u'http://a3.twimg.com/images/themes/theme1/bg.png', u'name': u'\u5727\u7e2e\u65b0\u805e', u'lang': u'ja', u'profile_background_tile': False, u'favourites_count': 0, u'screen_name': u'asshuku', u'url': u'http://pha22.net/comp/', u'created_at': u'Sun Nov 25 14:14:28 +0000 2007', u'contributors_enabled': False, u'time_zone': u'Hawaii', u'profile_sidebar_border_color': u'C0DEED', u'default_profile': True, u'following': True}}, {u'user': {u'follow_request_sent': False, u'profile_use_background_image': True, u'default_profile_image': False, u'id': 10557722, u'verified': False, u'profile_sidebar_fill_color': u'DDEEF6', u'is_translator': False, u'profile_text_color': u'333333', u'followers_count': 14451, u'profile_sidebar_border_color': u'C0DEED', u'location': u'bot', u'profile_background_color': u'C0DEED', u'listed_count': 2687, u'utc_offset': -36000, u'statuses_count': 33206, u'description': u'\u5727\u7e2e\u65b0\u805e\u306f\u305d\u306e\u65e5\u306e\u6700\u65b0\u30cb\u30e5\u30fc\u30b9\u3092\u30de\u30eb\u30b3\u30d5\u9023\u9396\u3067\u307e\u3068\u3081\u3066\u5727\u7e2e\u3057\u305f\u3082\u306e\u3067\u3059\u3002 \u3056\u3063\u3068\u773a\u3081\u308b\u3060\u3051\u3067\u305d\u306e\u65e5\u8d77\u3053\u3063\u305f\u4e8b\u4ef6\u304c\u4f55\u3068\u306a\u304f\u308f\u304b\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u304c\u5168\u304f\u4fdd\u8a3c\u306f\u3057\u307e\u305b\u3093\u3002\u4f5c\u6210\uff1a@pha \u82f1\u8a9e\u7248\uff1a@MashedNews', u'friends_count': 50, u'profile_link_color': u'0084B4', u'profile_image_url': u'http://a1.twimg.com/profile_images/37779452/asshuku_normal.gif', u'notifications': False, u'show_all_inline_media': False, u'geo_enabled': False, u'id_str': u'10557722', u'profile_background_image_url': u'http://a3.twimg.com/images/themes/theme1/bg.png', u'screen_name': u'asshuku', u'lang': u'ja', u'profile_background_tile': False, u'favourites_count': 0, u'name': u'\u5727\u7e2e\u65b0\u805e', u'url': u'http://pha22.net/comp/', u'created_at': u'Sun Nov 25 14:14:28 +0000 2007', u'contributors_enabled': False, u'time_zone': u'Hawaii', u'protected': False, u'default_profile': True, u'following': False}, u'favorited': False, u'contributors': None, u'truncated': False, u'text': u'\u5354\u8b70\u3059\u308b\u3053\u3068\u306b\u3057\u305f\u3002', u'created_at': u'Tue May 17 20:15:03 +0000 2011', u'retweeted': False, u'in_reply_to_status_id': None, u'coordinates': None, u'id': 70583125251604480, u'source': u'<a href="http://pha22.net/twitterbot/" rel="nofollow">EasyBotter</a>', u'in_reply_to_status_id_str': None, u'place': None, u'id_str': u'70583125251604480', u'in_reply_to_screen_name': None, u'retweet_count': 3, u'geo': None, u'in_reply_to_user_id_str': None, u'in_reply_to_user_id': None}, {u'favorited': False, u'contributors': None, u'truncated': False, u'text': u'\u6176\u5927\u3068\u7acb\u5927\u306b\u7d5e\u3089\u308c\u305f\u3002\u5e02\u6c11\u56e3\u4f53\u304c\uff13\u6708\u306b\u5973\u5b50\u5b66\u751f\u304b\u3089\u5225\u308c\u8a71\u3092\u3055\u308c\u3066\u304a\u308a\u3001\u6771\u8a3c\u306b\u306f\u8ffd\u7d0d\u304c\u306a\u3044\u9650\u308a\u3001\u501f\u308a\u5165\u308c\u4e0a\u9650\u3092\u5f15\u304d\u4e0a\u3052\u308b\u3053\u3068\u306b\u96e3\u8272\u3092\u793a\u3057\u3066\u3044\u308b\u3002', u'created_at': u'Tue May 17 19:45:03 +0000 2011', u'retweeted': False, u'in_reply_to_status_id': None, u'coordinates': None, u'id': 70575576452317184, u'source': u'<a href="http://pha22.net/twitterbot/" rel="nofollow">EasyBotter</a>', u'in_reply_to_status_id_str': None, u'id_str': u'70575576452317184', u'place': None, u'in_reply_to_user_id': None, u'in_reply_to_screen_name': None, u'retweet_count': 1, u'geo': None, u'in_reply_to_user_id_str': None, u'user': {u'follow_request_sent': False, u'profile_use_background_image': True, u'id': 10557722, u'verified': False, u'profile_image_url_https': u'https://si0.twimg.com/profile_images/37779452/asshuku_normal.gif', u'location': u'bot', u'profile_sidebar_fill_color': u'DDEEF6', u'is_translator': False, u'profile_text_color': u'333333', u'followers_count': 14455, u'protected': False, u'id_str': u'10557722', u'default_profile_image': False, u'listed_count': 2686, u'utc_offset': -36000, u'statuses_count': 33192, u'description': u'\u5727\u7e2e\u65b0\u805e\u306f\u305d\u306e\u65e5\u306e\u6700\u65b0\u30cb\u30e5\u30fc\u30b9\u3092\u30de\u30eb\u30b3\u30d5\u9023\u9396\u3067\u307e\u3068\u3081\u3066\u5727\u7e2e\u3057\u305f\u3082\u306e\u3067\u3059\u3002 \u3056\u3063\u3068\u773a\u3081\u308b\u3060\u3051\u3067\u305d\u306e\u65e5\u8d77\u3053\u3063\u305f\u4e8b\u4ef6\u304c\u4f55\u3068\u306a\u304f\u308f\u304b\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u304c\u5168\u304f\u4fdd\u8a3c\u306f\u3057\u307e\u305b\u3093\u3002\u4f5c\u6210\uff1a@pha \u82f1\u8a9e\u7248\uff1a@MashedNews', u'friends_count': 50, u'profile_background_image_url_https': u'https://si0.twimg.com/images/themes/theme1/bg.png', u'profile_link_color': u'0084B4', u'profile_image_url': u'http://a1.twimg.com/profile_images/37779452/asshuku_normal.gif', u'notifications': False, u'show_all_inline_media': False, u'geo_enabled': False, u'profile_background_color': u'C0DEED', u'profile_background_image_url': u'http://a3.twimg.com/images/themes/theme1/bg.png', u'name': u'\u5727\u7e2e\u65b0\u805e', u'lang': u'ja', u'profile_background_tile': False, u'favourites_count': 0, u'screen_name': u'asshuku', u'url': u'http://pha22.net/comp/', u'created_at': u'Sun Nov 25 14:14:28 +0000 2007', u'contributors_enabled': False, u'time_zone': u'Hawaii', u'profile_sidebar_border_color': u'C0DEED', u'default_profile': True, u'following': True}}, {u'favorited': False, u'contributors': None, u'truncated': False, u'text': u'\u6211\u3005\u306f\u5b8c\u5168\u306b\u6a5f\u80fd\u3057\u3066\u3044\u308b\u81ea\u6cbb\u4f53\u306e\u3046\u3061\u3001\u30b9\u30de\u30fc\u30c8\u30d5\u30a9\u30f3\u306f\uff16\u6a5f\u7a2e\u3002\uff2e\uff34\uff34\u30c9\u30b3\u30e2\u3082\uff19\u6a5f\u7a2e\u306e\u30b9\u30de\u30fc\u30c8\u30d5\u30a9\u30f3\u3092\u65b0\u305f\u306b\u5be9\u67fb\u3057\u3066\u3044\u305f\u304c\u3001\uff14\u6708\u306e\u82f1\u6d88\u8cbb\u8005\u7269\u4fa1\u6307\u6570\uff08\uff23\uff30\uff29\uff09\u4f38\u3073\u7387\u306f\u3001\uff12\u6708\u6642\u70b9\u3067\u30a2\u30b3\u30e0\u304c\u524d\u5e74\u540c\u6708\u6bd4\u7d04\uff14\uff15\uff05\u5897\u306e\uff11\u4e07\uff16\uff17\uff10\uff10\u4ef6\u3068\u5927\u5e45\u306b\u5897\u52a0\u3002', u'created_at': u'Tue May 17 19:15:02 +0000 2011', u'retweeted': False, u'in_reply_to_status_id': None, u'coordinates': None, u'id': 70568023550988290, u'source': u'<a href="http://pha22.net/twitterbot/" rel="nofollow">EasyBotter</a>', u'in_reply_to_status_id_str': None, u'id_str': u'70568023550988290', u'place': None, u'in_reply_to_user_id': None, u'in_reply_to_screen_name': None, u'retweet_count': 0, u'geo': None, u'in_reply_to_user_id_str': None, u'user': {u'follow_request_sent': False, u'profile_use_background_image': True, u'id': 10557722, u'verified': False, u'profile_image_url_https': u'https://si0.twimg.com/profile_images/37779452/asshuku_normal.gif', u'location': u'bot', u'profile_sidebar_fill_color': u'DDEEF6', u'is_translator': False, u'profile_text_color': u'333333', u'followers_count': 14456, u'protected': False, u'id_str': u'10557722', u'default_profile_image': False, u'listed_count': 2686, u'utc_offset': -36000, u'statuses_count': 33191, u'description': u'\u5727\u7e2e\u65b0\u805e\u306f\u305d\u306e\u65e5\u306e\u6700\u65b0\u30cb\u30e5\u30fc\u30b9\u3092\u30de\u30eb\u30b3\u30d5\u9023\u9396\u3067\u307e\u3068\u3081\u3066\u5727\u7e2e\u3057\u305f\u3082\u306e\u3067\u3059\u3002 \u3056\u3063\u3068\u773a\u3081\u308b\u3060\u3051\u3067\u305d\u306e\u65e5\u8d77\u3053\u3063\u305f\u4e8b\u4ef6\u304c\u4f55\u3068\u306a\u304f\u308f\u304b\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u304c\u5168\u304f\u4fdd\u8a3c\u306f\u3057\u307e\u305b\u3093\u3002\u4f5c\u6210\uff1a@pha \u82f1\u8a9e\u7248\uff1a@MashedNews', u'friends_count': 50, u'profile_background_image_url_https': u'https://si0.twimg.com/images/themes/theme1/bg.png', u'profile_link_color': u'0084B4', u'profile_image_url': u'http://a1.twimg.com/profile_images/37779452/asshuku_normal.gif', u'notifications': False, u'show_all_inline_media': False, u'geo_enabled': False, u'profile_background_color': u'C0DEED', u'profile_background_image_url': u'http://a3.twimg.com/images/themes/theme1/bg.png', u'name': u'\u5727\u7e2e\u65b0\u805e', u'lang': u'ja', u'profile_background_tile': False, u'favourites_count': 0, u'screen_name': u'asshuku', u'url': u'http://pha22.net/comp/', u'created_at': u'Sun Nov 25 14:14:28 +0000 2007', u'contributors_enabled': False, u'time_zone': u'Hawaii', u'profile_sidebar_border_color': u'C0DEED', u'default_profile': True, u'following': True}}, {u'favorited': False, u'contributors': None, u'truncated': False, u'text': u'\u8aad\u66f8\u5bb6\u3068\u3057\u3066\u9032\u3081\u3066\u304d\u305f\u3002', u'created_at': u'Tue May 17 18:45:02 +0000 2011', u'retweeted': False, u'in_reply_to_status_id': None, u'coordinates': None, u'id': 70560474000920576, u'source': u'<a href="http://pha22.net/twitterbot/" rel="nofollow">EasyBotter</a>', u'in_reply_to_status_id_str': None, u'id_str': u'70560474000920576', u'place': None, u'in_reply_to_user_id': None, u'in_reply_to_screen_name': None, u'retweet_count': 0, u'geo': None, u'in_reply_to_user_id_str': None, u'user': {u'follow_request_sent': False, u'profile_use_background_image': True, u'profile_background_image_url_https': u'https://si0.twimg.com/images/themes/theme1/bg.png', u'verified': False, u'profile_image_url_https': u'https://si0.twimg.com/profile_images/37779452/asshuku_normal.gif', u'profile_sidebar_fill_color': u'DDEEF6', u'is_translator': False, u'id': 10557722, u'profile_text_color': u'333333', u'followers_count': 14456, u'protected': False, u'id_str': u'10557722', u'default_profile_image': False, u'listed_count': 2686, u'utc_offset': -36000, u'statuses_count': 33190, u'description': u'\u5727\u7e2e\u65b0\u805e\u306f\u305d\u306e\u65e5\u306e\u6700\u65b0\u30cb\u30e5\u30fc\u30b9\u3092\u30de\u30eb\u30b3\u30d5\u9023\u9396\u3067\u307e\u3068\u3081\u3066\u5727\u7e2e\u3057\u305f\u3082\u306e\u3067\u3059\u3002 \u3056\u3063\u3068\u773a\u3081\u308b\u3060\u3051\u3067\u305d\u306e\u65e5\u8d77\u3053\u3063\u305f\u4e8b\u4ef6\u304c\u4f55\u3068\u306a\u304f\u308f\u304b\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u304c\u5168\u304f\u4fdd\u8a3c\u306f\u3057\u307e\u305b\u3093\u3002\u4f5c\u6210\uff1a@pha \u82f1\u8a9e\u7248\uff1a@MashedNews', u'friends_count': 50, u'location': u'bot', u'profile_link_color': u'0084B4', u'profile_image_url': u'http://a1.twimg.com/profile_images/37779452/asshuku_normal.gif', u'notifications': False, u'show_all_inline_media': False, u'geo_enabled': False, u'profile_background_color': u'C0DEED', u'profile_background_image_url': u'http://a3.twimg.com/images/themes/theme1/bg.png', u'name': u'\u5727\u7e2e\u65b0\u805e', u'lang': u'ja', u'profile_background_tile': False, u'favourites_count': 0, u'screen_name': u'asshuku', u'url': u'http://pha22.net/comp/', u'created_at': u'Sun Nov 25 14:14:28 +0000 2007', u'contributors_enabled': False, u'time_zone': u'Hawaii', u'profile_sidebar_border_color': u'C0DEED', u'default_profile': True, u'following': True}}]
>>> 

読み込みはできた。

書き込みにはOAuthがいるのだけど、それのコードはここのsampleには書かれてないな、、

	You'll need to go through the OAuth ritual to be able to successfully
	use this function. See the example oauth django application included in
	this package for more information.

このパッケージに含まれるdjangoアプリを見ろって書いてあるけど、どこにあるんだろうか?

twython.pyのソースコード見てみると、コンストラクタが以下のようになってる

class Twython(object):
	def __init__(self, twitter_token = None, twitter_secret = None, oauth_token = None, oauth_token_secret = None, headers=None, callback_url=None, client_args={}):
"""(略)"""

ってことは渡してやったらいいんじゃないのかな?

>>> tw2 = Twython(
tw2 = Twython(
... twitter_token='****',
twitter_token='****',
... twitter_secret='****',
twitter_secret='****',
... oauth_token='****',
oauth_token='****',
... oauth_token_secret='****')
oauth_token_secret='****')
>>> tw2.updateStatus(status='Hello Twitter')
tw2.updateStatus(status='Hello Twitter')
{u'user': {(略)}
>>> 

自分のtwitterのホームで確認してみると、、、おお、ポストできてた!

今日はここまで。