https://github.com/kaplanmaxe/slack_crypto_bot
Custom Slack Bot to check cryptocurrency prices.
https://github.com/kaplanmaxe/slack_crypto_bot
Last synced: 12 months ago
JSON representation
Custom Slack Bot to check cryptocurrency prices.
- Host: GitHub
- URL: https://github.com/kaplanmaxe/slack_crypto_bot
- Owner: kaplanmaxe
- Created: 2017-06-30T02:27:57.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-12T12:40:28.000Z (over 3 years ago)
- Last Synced: 2025-01-13T20:47:26.155Z (over 1 year ago)
- Language: JavaScript
- Size: 461 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
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`