0.1.1-f • Published 8 years ago

hubot-discord-tspfork v0.1.1-f

Weekly downloads
1
License
ISC
Repository
-
Last release
8 years ago

A Hubot adapter for Discord

You should report any issues or submit any pull requests to the Discord adapter repository.

Installation instructions

npm install -g yo generator-hubot hubot-discord
mkdir mybot
cd mybot
yo hubot

Configuring variables on *nix

You will need to create a Discord account for your hubot and then invite the bot to the channels you wish it to be present in

% export HUBOT_DISCORD_EMAIL="..."
% export HUBOT_DISCORD_PASSWORD="..."
% export HUBOT_DISCORD_TOKEN="..."
% export HUBOT_MAX_MESSAGE_LENGTH="2000"
Environment VariableDescriptionExample
HUBOT_DISCORD_EMAILemail for your discord hubothubot@example.org
HUBOT_DISCORD_PASSWORDpassword for your discord hubotpassword
HUBOT_DISCORD_TOKENbot token for your oauth hubotMMMMMMMM
HUBOT_MAX_MESSAGE_LENGTHmaximum message length to send at once2000

The OAuth token can be created for an existing bot by following this guide.

Launching your hubot

cd /path/to/mybot
./bin/hubot -a discord

Communicating with hubot

The default behavior of the bot is to respond to its account name in Discord

botname help
0.1.1-f

8 years ago

0.1.1-e

8 years ago

0.1.1-d

8 years ago

0.1.1-b

8 years ago

0.1.1-a

8 years ago

0.1.0

8 years ago