Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kaplanmaxe/slack_crypto_bot
- Owner: kaplanmaxe
- Created: 2017-06-30T02:27:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-12T12:40:28.000Z (almost 2 years ago)
- Last Synced: 2024-05-03T03:54:20.897Z (7 months 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`