Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fchristenson/dex
A slack bot for checking how happy your teams are
https://github.com/fchristenson/dex
Last synced: about 2 months ago
JSON representation
A slack bot for checking how happy your teams are
- Host: GitHub
- URL: https://github.com/fchristenson/dex
- Owner: fChristenson
- Created: 2016-01-09T07:31:20.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-17T07:49:59.000Z (about 9 years ago)
- Last Synced: 2023-08-20T07:21:56.974Z (over 1 year ago)
- Language: JavaScript
- Size: 30.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dex
A slack bot for checking how happy your team is## Usage
* Register the bot, provide the required token and setup your neo4j db.
* Log on to the bot chat and type `help` for more information.## Configuration
### Env variables
* SLACK_TOKEN: Your slack api token.
* DB_USER: Your db username. (Defaults to "neo4j")
* DB_PASSWORD: Your db password. (Defaults to "password")## Notes
Make sure to either provide the `SLACK_TOKEN` env variable or manually set it in `app/config/constants.js`.
Make sure to log into neo4j before running the bot and setup the appropriate username/password.