-
Notifications
You must be signed in to change notification settings - Fork 126
Possible to include re-tweets? #2
Comments
Do you know a way to get all the retweets in your browser? p.s. |
Hey there Dmitry, thanks for the reply. Unfortunately I do not know how how to get all the retweets in the browser (can you share?), actually I am a bit confused by this question.. When I navigate to the user in question on twitter I see both the original tweets they've made and what they have re-tweeted but I am guessing this is not what you mean. As to your second point, "Keep in mind that the total number of retweets of a tweet is already stores to csv file." - I am not really interested in seeing how many people (retweet count) retweeted the primary users tweets, rather to get the primary user's official tweets and what they have re-tweeted themselves, if that makes sense... Any help you could offer would be extremely appreciated. Thanks Dmitry! @Mottl |
By asking, I mean if you find a way to get those retweets in your browser then it will be possible to get them automatically with some effort in coding and parsing HTTP responses.
The problem is Twitter shows only the first 10 (or so) and this is not what you need, I assume. |
@elDudarino you can get tweet IDs of tweets from GetOldTweets3 which you can use with the official twitter APIs to get the retweeted tweets. See this API endpoint reference for more details |
@elDudarino, Here is the example url: |
Hi @elDudarino, Many thanks. |
@caradhras36, just add
|
Thank you for the super prompt reply. Let me tell you exactly what my goal is. I want to get all the tweets and retweets from a specific user. Currently, I can get all the tweets, but I can see no retweets. So, I have two questions:
Many many thanks! |
I've tried get retweets from Returned only 1 tweet. Weird. |
This seem to work (only the retweets): |
@haidaraM, it will not work: "BarackObama" in your case is not a username, but a regular text. You can verify that by checking the gathered tweets. |
My bad, you are right. Didn't really pay attention to the results... |
@Mottl Can it happen because out of 10 tweets, only 1 was a retweet? |
@Mottl, I solved my problem by using your query above and the code works fine now. Thank you very much. |
It turns out it didn't work. It only brings the retweets from last 10 days. |
@caradhras36, You can experiment with Twitter search interface to find a way to get retweets. |
Hi, firstly thanks for your tool. Recently I'm doing a project that needs to collect last year's tweets about a hot news topic. Thanks for reminding me that " filter:nativeretweets " can get retweets. |
I know this post is old but I still have the same problem. Is there alternative to get old retweets? |
Hi there, thanks for this version - this is a very helpful tool.
I am doing a search by username bound by start and end dates and it works well. But I noticed that re-tweets are not returned, only the specific user's tweets..
Is it possible to make it so that tweets AND retweets are returned? Don't need a full release for this but if you could point me out where in the code I'd make the mods, would be super appreciated. I spent 12+ hours going through it but I didn't find a way to do it. Thanks a MILLION!
The text was updated successfully, but these errors were encountered: