The tipbot for discord
Go to file
Jeremy Kauffman 430a8c874d Merge pull request #1 from Fillerix99/welcome
Added welcome message function!
2016-08-08 17:27:08 -04:00
.gitignore fixed up bot 2016-07-13 16:31:24 -04:00
app.js Added welcome message for new users, needs request module. 2016-08-08 21:46:54 +02:00
hashbot.js turn down hash announce frequency 2016-07-23 22:21:41 -04:00
package.json Added request module to support welcome function! 2016-08-08 21:50:06 +02:00
README.md flex channel 2016-07-13 16:34:00 -04:00
tipbot.js ignore multiple spaces 2016-08-04 12:33:26 -04:00

LBRY Hashbot

Hashbot for LBRY's Slack. 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!