Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/NicoMiceli/slackalytics

A textual analytics bot for the Slack Communication App
https://github.com/NicoMiceli/slackalytics

Last synced: 24 days ago
JSON representation

A textual analytics bot for the Slack Communication App

Awesome Lists containing this project

README

        

# Slackalytics

Slackalytics is a textual analysis bot built in Node.js that allows for deeper custom analytics by sending message strings to Google Analysis via Slacks realtime API and Google Analytics Measurement Protocol.

More Readme info is coming soon

In the meantime checkout the post for this on my blog: [http://nicomiceli.com/slackalytics/](http://nicomiceli.com/slackalytics/)

Created by [Nico Miceli](http://nicomiceli.com) and [Joe Zeoli](http://joezeoli.com)

Change Log
------------

9/17/15 - updated the GA UA ID to work as an enviroment variable `GOOGLE_ANALYTICS_UAID`in heroku. To set the environment variables add the following in the command line after the app was uploaded:
```
heroku config:set GOOGLE_ANALYTICS_UAID=UA-XXXXXXX-Y
```

### Hosting on Google Compute Engine ###
If you want to host Slackalytics on Google Compute Engine, follow this [post](http://rominirani.com/2015/10/02/running-slackalytics-on-google-compute-engine/).