Skip to content

RX14/orgbot

 
 

Repository files navigation

Rubybot

The ninth iteration of the ElrosBot project.

Installation

Clone the repo

Usage

From within the project directory, run

bundle exec ruby rubybot.rb

Contributing

  1. Fork it ( https://github.com/robotbrain/rubybot/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Example config file

{
  "owner": "######",
  "bot": {
    "server": "irc.esper.net",
    "channels": [
      "#example"
    ],
    "nick": "#######",
    "realname": "#######",
    "sasl.username": "######",
    "sasl.password": "######",
    "user": "ElrosGem"
  },
  "github_orgs": {
    "organisation_name": ["#example"]
  },
  "github_linker": {
    "#Channel": {
      "ORG/REPO": [ //Automatic alias for ORG/REPO and REPO
        "alias" //alias#1
        "" //For just #1
      ],
      "ORG/REPO2": [
        "repo2" //alias#1
      ]
    }
  }
}

About

Ruby IRC Bot

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%