Skip to content

APIs to provide statistics over a Yammer Organisation. Written in Kotlin

License

Notifications You must be signed in to change notification settings

SFWLtd/yammer-stats

Repository files navigation

yammer-stats

Provides some stats about a Yammer organisation.

How to build and run

  1. Clone repository
  2. Run gradle build (either using a local installation of Gradle or running the gradlew wrapper)
  3. Get an application access token for your organisation and update the property 'yammer.accesstoken' (see application.properties.example)
  4. Run the built jar file

Retriving leaderboard of users with most liked posts

curl localhost:8080\toplikes

This should get you a response similar to: [ { "name": "Adam Londero", "likes": 1337 } ]

About

APIs to provide statistics over a Yammer Organisation. Written in Kotlin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages