The tipbot for discord
Go to file
Alex Grintsvayg 067871b68c license
2016-09-13 22:11:36 -04:00
bots fix gifbot bugs 2016-09-08 17:50:23 -04:00
.gitignore fixed up bot 2016-07-13 16:31:24 -04:00
app.js disable gifbot til we fix lbrynet 2016-09-08 17:55:03 -04:00
LICENSE license 2016-09-13 22:11:36 -04:00
package.json Implement gifbot 2016-09-05 15:56:44 -03:00
README.md Update README.md 2016-08-17 17:01:32 -04:00
slack-greeting.md move slack greeting into this repo 2016-09-08 17:54:48 -04:00

Bot for LBRY's Slack

Features:

  • Tipbot for LBC. Responds to !tip.
  • Posts mining info to #mining every few hours 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