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

Likes endpoint #466

Closed
igorbrigadir opened this issue May 20, 2021 · 4 comments · Fixed by #588
Closed

Likes endpoint #466

igorbrigadir opened this issue May 20, 2021 · 4 comments · Fixed by #588

Comments

@igorbrigadir
Copy link
Contributor

New likes endpoint gets you 100 latest users who liked a tweet:
https://twittercommunity.com/t/blocks-and-likes-endpoints-are-now-complete-on-the-twitter-api-v2/154434

I think it's a useful one to have, even if it's limited.

For example:

twarc2 likes [tweet id] users.jsonl
@cosmicoptima
Copy link
Contributor

I'm working on this now

@lxcode
Copy link

lxcode commented Oct 8, 2021

users/:id/liked_tweets would be useful as well — it returns tweets liked by a user, rather than a list of users liking a tweet.

To disambiguate, I propose calling the tweets/:id/liking_users endpoint with "likers [tweet id]" and users/:id/liked_tweets with "likes [user id/name]".

@cosmicoptima
Copy link
Contributor

ah, I forgot about this, sorry - well, I will tomorrow

That's a good idea @lxcode

@igorbrigadir
Copy link
Contributor Author

Fyi, the likes endpoint now returns all likes instead of the last 100 https://twittercommunity.com/t/updates-to-retweets-lookup-and-likes-lookup-endpoints/165327?u=igorbrigadir

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

Successfully merging a pull request may close this issue.

3 participants