Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added likeCount field to User2 PublicMetrics #30

Merged
merged 1 commit into from
Jan 4, 2024

Conversation

LiveXenon
Copy link
Contributor

It seems that Twitter has added a new like_count field within the public_metrics section referring to a user, here is the raw response from the Twitter API:

{ "data": [ { "description": "", "protected": false, "username": "elonmusk", "created_at": "2009-06-02T20:12:29.000Z", "location": "\uD835\uDD4FÐ", "name": "Elon Musk", "most_recent_tweet_id": "1740042153965793489", "public_metrics": { "followers_count": 167413232, "following_count": 509, "tweet_count": 35342, "listed_count": 149558, "like_count": 38558 }, "verified": true, "id": "44196397", "verified_type": "blue", "profile_image_url": "https://pbs.twimg.com/profile_images/1683325380441128960/yRsRRjGO_normal.jpg" } ] }

@LiveXenon
Copy link
Contributor Author

@takke can you review this?

@takke takke merged commit 94e679b into takke:master Jan 4, 2024
1 of 2 checks passed
@takke
Copy link
Owner

takke commented Jan 4, 2024

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants