Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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`