Created 12-14-2015 04:48 AM
I tried generating a URL via google RSS feed but the URL is https and when I tried the GetHTTP processor it is expecting a SSL Context to be set up.
So the questions are a) is there a direct way to pull the data (XML) from twitter through a widget?b) if google RSS is the only way then do you know how to set up GetHTTP’s SSL Context property.
Created 12-14-2015 08:42 PM
If you ever need to connect to a SSL-enabled service, set up a standard ssl context service in NiFi. This will act as a centralized reusable service (you can have multiple). All components which can leverage it will have a prompt in Properties field to either jump to or create one. Read more info here as well:
Created 12-14-2015 05:11 AM
@Adi Gupta you may want to provide additional details on why you you can't use the vanilla GetTwitter processor which I pointed you to in our email exchance
Created 12-14-2015 08:42 PM
If you ever need to connect to a SSL-enabled service, set up a standard ssl context service in NiFi. This will act as a centralized reusable service (you can have multiple). All components which can leverage it will have a prompt in Properties field to either jump to or create one. Read more info here as well:
Created 12-14-2015 09:04 PM
Thanks Andrew for your reply and point me to the link.
Is the processor GetTwitter 'only' pulls tweets where the 'key' (to filter on) are "currently being used"?
If the 'key' words are not "currently being used in the live tweets" then would Get Twitter NOT pick up such messages?
If the above two points are correct then that is the reason I was trying to get to the route of creating a widget in Twitter and was hoping to pull the data but not sure which processor I should use.
With that said, is there a simpler way to get the tweets which are older using the key words I am trying to use?
@Ali Bajwa, The above mentioned is the reason I was looking for other options to extract older tweets as Get Twitter seems to work only when the 'current' tweets are using the key word I am setting up.
Created 02-02-2016 02:54 PM
@Adi Gupta has this been resolved? Can you post your solution or accept best answer?