Skip to content
This repository has been archived by the owner on May 8, 2023. It is now read-only.

Latest commit

 

History

History
28 lines (17 loc) · 729 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 729 Bytes

Silbot

Hubot for silesia hackerspace https://lists.hackerspace.pl/mailman/listinfo/silesia

Usage

More scripts can be found at https://github.com/github/hubot-scripts/tree/master/src/scripts Just add chosen to hubot-scripts.json (eventually add dependencies to package.json)

Development

Install Node (i.e. via nvm)

Install dependencies:

npm install

Run (choose you own IRC room):

HUBOT_IRC_UNFLOOD=true HUBOT_IRC_NICK=hubot-silesia HUBOT_IRC_ROOMS="#hubot-irc" HUBOT_IRC_SERVER="irc.freenode.net" bin/hubot -a irc

Deployment

Push your changes to Heroku app (ask for permissions if don't have already)