Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/NicoMiceli/slackalytics
- Owner: NicoMiceli
- License: mit
- Created: 2015-09-08T13:36:57.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-11-08T19:30:20.000Z (about 2 years ago)
- Last Synced: 2024-08-01T03:28:20.715Z (4 months ago)
- Language: JavaScript
- Homepage: http://nicomiceli.com/slackalytics
- Size: 232 KB
- Stars: 96
- Watchers: 10
- Forks: 87
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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/).