lbry-tipbot/README.md
Alex Grintsvayg 002ae49089 flex channel
2016-07-13 16:34:00 -04:00

24 lines
No EOL
478 B
Markdown

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