2014-07-29から1日間の記事一覧

tweepy の Cursor を使うと AttributeError で切腹なさる

Traceback (most recent call last): File "foo.py", line 48, in test() File "foo.py", line 33, in test for status in tweepy.Cursor(api.user_timeline).items(50) : File "tweepy\cursor.py", line 181, in next self.current_page = self.page_iterat…