Hi,
I'm having problems extracting Users from a specific tweet, I want to get a list of everyone that liked and retweet that specific post.
So far I post the exact link to the tweet and the specify retweet/likers but it never brings up the users that like or retweet the post.
Can somebody elaborate the steps I need to take as it seems I'm messing up which functions to use
https://ibb.co/yYqB6Pc
How to scrape like/retweet users??
- martin@rootjazz
- Site Admin
- Posts: 37273
- Joined: Fri Jan 25, 2013 10:06 pm
- Location: The Funk
- Contact:
Re: How to scrape like/retweet users??
That sounds correct, what happens? Some users or none? You cannot get them all, if you check on the website twitter doesn't allow you to view all, but hte program will (should) scrape everything that twitter does show.hakunamatata187 wrote: ↑Tue Aug 11, 2020 12:04 pm Hi,
I'm having problems extracting Users from a specific tweet, I want to get a list of everyone that liked and retweet that specific post.
So far I post the exact link to the tweet and the specify retweet/likers but it never brings up the users that like or retweet the post.
From your image, firstly the URL is not valid, but I think you know that
Also I think you have misunderstood how custom search works.
The program will ONLY return the last step,
so the search as specified gets the profiles who retweeted the tweet (1),
then gets the tweets liked by those users returned in (1)
then gets the likers of the tweets returned in (2)
If you want the likers / retweeters of your input tweet, select TWEET INTERACTIONS as your *only* step
Regards,
Martin
-
- Posts: 9
- Joined: Wed Jul 29, 2020 10:02 am
Re: How to scrape like/retweet users??
Thanks Martin, thats the function I was after, Tweet interaction, kept mixing it up with other functions and got messy, Simple as it is. Thank you again.
- martin@rootjazz
- Site Admin
- Posts: 37273
- Joined: Fri Jan 25, 2013 10:06 pm
- Location: The Funk
- Contact:
Re: How to scrape like/retweet users??
No worries. This all reminds me I still need to buy a proper microphone and redo the TD tutorials...
One day
One day
