The tipbot for discord
Go to file
2016-08-30 21:16:19 +02:00
bots added support for tipping in every channel 2016-08-30 21:16:19 +02:00
.gitignore fixed up bot 2016-07-13 16:31:24 -04:00
app.js refactor 2016-08-16 12:39:24 -04:00
package.json Added request module to support welcome function! 2016-08-08 21:50:06 +02:00
README.md Update README.md 2016-08-17 17:01:32 -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