You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 30, 2023. It is now read-only.
With this, I was able to get the metrics. But the functions in this package are more robust and deal with maximum requests, saving partial results and resuming after, pagination, and so on.
I don't know if I missed it in the docs, and the package already has a way to get tweet metrics. If that it's the case, can someone point me to that?
Otherwise, could the package have a function to do that? I can try to look at the code for get_user_profile() and create a similar function for this and create a PR if that can be helpful.
Hi @beatrizmilz ,not sure I follow why you were unable to get tweet metrics. These still appear when I test. Better to supply reprex if you think there's an issue.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the solution you'd like
Hi!
I did not find the metrics of the tweets I collected using this package (likes, retweets, quotes, etc.).
So I looked up the API documentation:
https://developer.twitter.com/en/docs/twitter-api/metrics
And did a simple function to get that info.
With this, I was able to get the metrics. But the functions in this package are more robust and deal with maximum requests, saving partial results and resuming after, pagination, and so on.
I don't know if I missed it in the docs, and the package already has a way to get tweet metrics. If that it's the case, can someone point me to that?
Otherwise, could the package have a function to do that? I can try to look at the code for get_user_profile() and create a similar function for this and create a PR if that can be helpful.
Thanks!
Anything else?
https://developer.twitter.com/en/docs/twitter-api/metrics
The text was updated successfully, but these errors were encountered: