srbn_g
#1
Hi,
I have the tweet ids available.
I want to use those ids to extract tweets.
Please advice.
Thanks
srbn_g
#3
Thank you. I am able to do that.
I am only looking for verified users, additionally I need geographical info. But seeing none of geographical columns has any value. In that case, is there any other way to get the country name of the users?
If you have tweet IDs already, the user object should have a verified property which you can use to filter.
If you’re searching for new tweets, is:verifed is a search operator you can use.
Very few tweets have geo info, so inferring user location has to be done some other way. Also remember the location field in the user object is something anyone can enter anything into, not necessarily a location.
1 Like