14 lines
365 B
Markdown
14 lines
365 B
Markdown
|
#Hashbot
|
||
|
#####Hashbot for LBRYs slack, sends out messages about the current mining process every hour or
|
||
|
#####when the command !hash gets detected.
|
||
|
|
||
|
######Installation
|
||
|
**Requirements:**
|
||
|
**node and npm > 0.12.x**
|
||
|
```
|
||
|
npm install
|
||
|
Edit the bot.js and add api key.
|
||
|
node bot.js
|
||
|
```
|
||
|
*Made by Fillerino for LBRYs slack, MIT Licensed so feel free to improve!*
|