Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/louisgv/abelios
Abelios open source agriculture bot system for your Slack channel.
https://github.com/louisgv/abelios
Last synced: 7 days ago
JSON representation
Abelios open source agriculture bot system for your Slack channel.
- Host: GitHub
- URL: https://github.com/louisgv/abelios
- Owner: louisgv
- License: mit
- Created: 2016-04-03T23:35:53.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-10T06:52:03.000Z (almost 9 years ago)
- Last Synced: 2024-11-09T09:48:22.557Z (2 months ago)
- Language: JavaScript
- Size: 111 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# Introduction
A real time bot for your micro-farming need.
# Setup
Setup your service in `manifest.yml` to match your services on Bluemix
`node tools/trainnlc`
Setup your nlc classifier with trainnlc.js and change the nlcID in modules/ibm/nlc.js to the one you got.
`echo "" > key.json` or `cp sample-key.json key.json`
Create a `key.json` file at the root of this repository (Either command above does the job). Refer to `sample-key.json` for a sample of the key file.
`npm i`
Install dependencies.
`sudo npm i -g nodemon`
I like `nodemon` and `supervisor`.
# Run
`nodemon lab`