Skip to content

microhackaton-2014-august-warsaw/google-topic-analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

google-topic-analyzer

Google+ topic analyzer. Searches through G+ activities for topics, then sends those to correlators.

INPUT

Accepted Content-Type:

application/json

Hit PUT at:

/api/{pairId}

with list of activities:

[ {"id": "123", "content": "#test1 #test2"}, {"id": "456", "content": "#test3 #test4"} ]

OUTPUT

And it will hit collectors at /{pairId} with topics extracted from google activities


[
    {
        "activityId" : "12344",
        "topics" : [ "topic1", "topic2" ]
    }
]

[![Build Status](https://travis-ci.org/microhackaton/google-topic-analyzer.svg?branch=master)](https://travis-ci.org/microhackaton/google-topic-analyzer)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages