自分のツイートに含まれる語の傾向を知るため,頻度分布を求めた。 手順は以下のとおり: 1.Twitter API を利用し,自らのタイムラインを取得する。(tweepy.API.user_timeline) $ python mytweets.py > mytweets.txtmytweets.py #coding: utf-8 import tweepy consumer_key = 'consumer key' consumer_secret = 'consumer secret' oauth_token = 'oauth token' oauth_token_secret = 'oauth token secret' # auth オブジェクトの初期化 auth = tweepy.OAuthHandler(consumer_key, consumer_secret) # あらかじめ取