LAE

Welcome to the LAE community!  Please feel free to start a discussion in the discussion tab or join in a conversation.

Discussions

Members

Resources

Events

 View Only
  • 1.  Can LAE extract data from social media?

    Employee
    Posted 06-13-2014 03:30

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: Sreya

    Hi All,

    Can Lavastorm extract data from social media data providers? Does it have a pre built node to do it?
    Kindly help.

    Sreya


  • 2.  RE: Can LAE extract data from social media?

    Employee
    Posted 12-10-2015 05:31

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: mgajdosik

    Hi,

    I am not aware of such a node, but using python node and possibly API (if social media has python API), you can get content to the LAE.

    Marek


  • 3.  RE: Can LAE extract data from social media?

    Employee
    Posted 01-05-2016 13:50

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: belliveaujd

    Originally posted by: Sreya
    					

    Hi All,

    Can Lavastorm extract data from social media data providers? Does it have a pre built node to do it?
    Kindly help.

    Sreya
    We have the ability to do this via our HTTP node (located within the Interfaces and Adapters library). Every API is different and has different requirements for what must be passed along to the social media's web server to interact with it in a RESTful manner. The following is a simple example of how one would do this using Twitter's API. NOTE: for this to work you will have to apply for a Twitter API key and enter your key and secret key into the "Twitter Login" node before running. Twitter-REST-API-call.brg