https://github.com/cristianoliveira/boteam
A open source bot for teams in Slack.
https://github.com/cristianoliveira/boteam
Last synced: 8 months ago
JSON representation
A open source bot for teams in Slack.
- Host: GitHub
- URL: https://github.com/cristianoliveira/boteam
- Owner: cristianoliveira
- Created: 2016-07-02T20:07:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-08T19:56:50.000Z (over 9 years ago)
- Last Synced: 2025-01-17T18:00:46.734Z (10 months ago)
- Language: JavaScript
- Size: 1.18 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# boteam
An open source bot for teams in Slack.
Simple as this gif:

# Development
This projects uses vagrant and ansible for provising a simple
development enviroment. To use it just follow this instructions.
Make sure you have installed:
- VirtualBox
- Vagrant
- Ansible
Then run:
```bash
vagrant up
vagrant ssh -c 'cd /projects/ && npm install'
vagrant ssh -c 'SLACK_TOKEN=MYTOKEN node /projects/app.js'
```
The project sync folder is `/projects`