https://github.com/ngerakines/teamprops
https://github.com/ngerakines/teamprops
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ngerakines/teamprops
- Owner: ngerakines
- License: mit
- Created: 2018-06-10T20:16:05.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-16T18:18:12.000Z (almost 7 years ago)
- Last Synced: 2025-01-03T23:17:23.606Z (4 months ago)
- Language: Go
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# About
teamprops is a slack bot that records props given to team members. From this, reports can be generated.
# Build
This project uses dep.
$ dep ensure
This project uses [mage](https://github.com/magefile/mage).
$ mage
Alternatively, you can build the cmd/teamprops/main.go source file by hand.
# Configuration
* TOKEN -- A Slack token for the application to use when interacting with your workspace.
* DB -- A Postgres SQL connection string used to connect to the database.