LoginSignup
0
0

More than 1 year has passed since last update.

Tweepyでの検索まとめ

Posted at

Tweepy 検索まとめ

1.ユーザのアカウント名の取得
tweet.user.name

2.ユーザのアカウント名の取得
tweet.user.screen_name

3.ツイートのリツイート数の取得
tweet.retweet_count

4.ツイートのいいね数の取得
tweet.favorite_count

5.ツイートの日時の取得(datetimeオブジェクト)
tweet.created_at

6.ツイートの本文を取得
tweet.full_text

7.ユーザが今までにいいねした数を取得
tweet.user.favourites_count

8.ユーザのフォロワー数を取得
tweet.user.followers_count

9.ユーザのリストの数を取得
tweet.user.listed_count

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0