2016-07-13 22:31:24 +02:00
|
|
|
# LBRY Hashbot
|
|
|
|
|
|
|
|
Hashbot for [LBRY's Slack](https://slack.lbry.io). Posts mining info to #mining every hour and anytime someone says `!hash`.
|
|
|
|
|
|
|
|
|
2016-07-13 22:32:51 +02:00
|
|
|
## Requirements
|
2016-07-13 22:31:24 +02:00
|
|
|
|
|
|
|
- node
|
|
|
|
- npm > 0.12.x
|
|
|
|
|
2016-07-13 22:32:51 +02:00
|
|
|
|
|
|
|
## Installation
|
|
|
|
|
2016-07-13 22:31:24 +02:00
|
|
|
Create a bot and get the bot's API Token: https://YOURSLACK.slack.com/apps/manage/custom-integrations
|
|
|
|
|
2016-07-13 22:32:51 +02:00
|
|
|
Then run:
|
2016-07-13 22:31:24 +02:00
|
|
|
|
|
|
|
```
|
|
|
|
npm install
|
2016-07-13 22:32:51 +02:00
|
|
|
SLACK_TOKEN=<your-slack-token> CHANNEL=<channel-for-bot> node bot.js
|
2016-07-13 22:31:24 +02:00
|
|
|
```
|
|
|
|
|
2016-07-13 22:32:51 +02:00
|
|
|
|
2016-07-13 22:31:24 +02:00
|
|
|
Made by Fillerino for LBRYs slack. MIT Licensed so feel free to improve!
|