This repository has been archived by the owner on Jun 30, 2023. It is now read-only.
Get Quotes From Tweet ID #325
Unanswered
FiveVoltLogic
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey all,
I've been collecting data using the package for subsequent SNA and it's been mostly great. I've used
get_all_tweets
to make my original collection, and then runget_retweeted_by
on the results that had retweets.I would now like to collect information from the tweets that quote my original collection. I've seen that there is an argument
is_quote
inget_all_tweets
but I'm not sure this will help. Really, I need something similar toget_retweeted_by
that gets quotes instead (user ID, text body).I have seen that there is an endpoint for this and I have had a go at changing the endpoint for the
get_retweeted_by
to point to thequote_tweets
endpoint and recompiled. It gets some results, though I'm not sure how to test this properly as the numbers it returns are not consistent with the numbers on the twitter website. - I have been through and checked that it only contains relevant fields available for this endpoint.I've included the code below:
I'm not completely familiar with how twitter reports its numbers, nor am I particularly familiar with how to test what I've just done.
I have a couple of questions then regarding this:
Thanks!
Will
Beta Was this translation helpful? Give feedback.
All reactions