Closed Mia-prg closed 4 years ago
likeCount
and retweetCount
.tweet.user.followersCount
and tweet.user.friendsCount
, respectively.keyword
and date
.(I also fixed your formatting.)
Thank you so much for your kind advice!! It helps me a lot!
Hello,
I tried to get following Old Twitter data. But my code is not working well. This code works when I remove "tweet.favorite_count" and "tweet.retweet_count".
How can I get following data? ・tweet date(◯) ・tweet user name(◯) ・tweet text(◯) ・Number of likes(i cannot get ✕) ・Number of retweets(✕) ・Number of followers(✕) ・Number of friends(✕)
CODE:
ERROR RESULT:
I tried to change from "tweet.favorite_count" to "tweet.likeCount" etc, but it doesn't work anyways😢
Could you give me some advice? Please and Thank you.