Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kaplanmaxe/slack_crypto_bot

Custom Slack Bot to check cryptocurrency prices.
https://github.com/kaplanmaxe/slack_crypto_bot

Last synced: about 18 hours ago
JSON representation

Custom Slack Bot to check cryptocurrency prices.

Awesome Lists containing this project

README

        

# Slack Crypto Bot

### Installation

Set up cron job for AltCoins.js as well as SetChannelTicker.js

Cryptocheck MUST be installed globally on the server this runs on.

`npm install -g cryptocheck`

### Docker

Run:

```
docker network create cbb_mongo30
docker network create cbb_redis32
```

Then run `docker-compose up -d`

### Development
Install dependencies:

`npm install`

Set up env file with proper values.

`cp env.dist.js env.js`

While developing, open CLI and run:

`gulp`