GithubHelp home page GithubHelp logo

isabella232 / roobot Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gratipay/roobot

0.0 0.0 0.0 109 KB

(deprecated) A Hubot instance for the #gratipay IRC channel.

Home Page: http://inside.gratipay.com/chat

Shell 1.49% CoffeeScript 97.86% Batchfile 0.66%

roobot's Introduction

Roobot (deprecated)

This is was Gratipay's version of GitHub's Campfire bot, hubot. He's pretty cool.

Roobot was powered off on 18th October 2016. gratipay/inside.gratipay.com#834

Requirements

  • install NPM
  • install Redis, hubot's brain. (Installing via homebrew is recommended on OSX.)

Testing

To test roobot locally:

git clone [email protected]:gratipay/roobot.git && cd roobot
npm install
bin/hubot -n roobot

Contributing

roobot is composed of a core (hubot) and a set of scripts. The configuration is done through environment variables.

Scripts come for three sources:

  • the hubot-scripts.json file, it adds scripts from the official hubot-scripts repository
  • the external-scripts.json file, it adds scripts from standalone repositories (e.g. hubot-seen)
  • the scripts directories, it contains our own custom scripts

Take a look at the Scripting Guide if you want to write a new script.

Deploying

git remote add heroku [email protected]:roobot-test.git
git remote add heroku-prod [email protected]:roobot-prod.git

# Deploy to the test channel
git push heroku

# Confirm the bot is working in #gratipay-test
# Take a look at the logs if there is a problem:
# heroku -a roobot-test logs -t

# If all is well deploy to the prod channel (i.e. #gratipay)
git push heroku-prod

Restarting the bot

You may want to get comfortable with heroku logs and heroku restart if you're having issues.

roobot's People

Contributors

patcon avatar changaco avatar chadwhitacre avatar webmaven avatar rohitpaulk avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.