A Gaelyk application (Groovy for Google App Engine) that compares popularity of terms in Yammer
Yammer OAuth requires application keys. Go to the Yammer Developer Center and get an API key. Then, create the file war/WEB-INF/groovy/AuthTokens.groovy
with static string properties CONSUMER_KEY
and CONSUMER_SECRET
.
Run ./gradlew gaeRun
to start the server locally. Yes, that's all. Dependencies will be fetched automatically and the database and all required services are built-in.
WhatYammer is built with Gradle. Run ./gradlew tasks
for a list of tasks.