I am using the twitter api in R and trying to perform some analysis. I have a set of zip codes(lat/long) and I want to fetch all the twitter handles for a particular zip code. Is that possible? Need help on that. Thanks.
Asked
Active
Viewed 219 times
1
-
2I'm unfamiliar with the twitter API, but there is an R package built to interface with it called twitteR. It might be able to help. https://cran.r-project.org/web/packages/twitteR/twitteR.pdf – be_green Aug 22 '17 at 15:40
-
2#1 No, faik it's not possible using the standard twitter api (check out its documentation). #2 Also check out https://cran.r-project.org/web/packages/rtweet/index.html as an alternative to the deprecated twitteR package. – lukeA Aug 22 '17 at 16:20
-
Yeah, I felt the same that it is not possible. Is there a way to find that out using any language, not specifically R? Or will there be privacy issues involved? – Chintan Aug 23 '17 at 06:44