Created 11-04-2016 08:47 PM
I am only interested in analyzing the tweets from a particular location. There are some options in tweeter API for R to get location based tweets. Is there is anyway I can get tweets from specific location using Nifi?
Created 11-05-2016 05:04 AM
In Nifi you have the in built GetTwitter processor which pulls tweets through twitter streaming API. As part of the tweets you can pull the location information by extracting the twitter.coordinates field. Coordinates represents the geographic location of this Tweet as reported by the user or client application. The inner coordinates array is formatted as geoJSON (longitude first, then latitude).
Created 11-05-2016 05:04 AM
In Nifi you have the in built GetTwitter processor which pulls tweets through twitter streaming API. As part of the tweets you can pull the location information by extracting the twitter.coordinates field. Coordinates represents the geographic location of this Tweet as reported by the user or client application. The inner coordinates array is formatted as geoJSON (longitude first, then latitude).