Skip to content
This repository has been archived by the owner on Jan 6, 2021. It is now read-only.

BasinMC/Ejector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License GitHub Release CircleCI Codacy grade

Ejector

Discord & IRC Notification Bot

Table of Contents

Usage

Create an application.yml in your runtime directory:

ejector:
  github:
    secret: 'yoursecret'
  discord:
    enabled: true
    token: 'yourtoken'
    channels:
      - guildId: 1234567890
        channelId: 1234567890
      - guildId: 1234567890
        channelId: 1234567890
        events:
          - organization
          - push
  irc:
    enabled: true
    name: MrPotato
    ident: potato
    servers:
      - hostname: irc.example.org
        port: 6697
        secure: true
        password: 'immaspud'
        channels:
          - name: '#Potato'
          - name: '#SecretSpud'
            events:
              - organization
              - push
      - hostname: irc.example.com
        name: 'NotASpud'
        ident: 'beep'
        channels:
          - name: '#GiantNuts'

Event names are equal to the names documented in the GitHub WebHook Documentation

Discord credentials can be generated here

Building

  1. Clone this repository via git clone https://github.com/BasinMC/Ejector.git or download a zip
  2. Build the library by running mvn clean install
  3. The resulting jars can be found in their respective target directories as well as your local maven repository

Contact

Issues

You encountered problems with the library or have a suggestion? Create an issue!

  1. Make sure your issue has not been fixed in a newer version (check the list of closed issues
  2. Create a new issue from the issues page
  3. Enter your issue's title (something that summarizes your issue) and create a detailed description containing:
    • What is the expected result?
    • What problem occurs?
    • How to reproduce the problem?
    • Crash Log (Please use a Pastebin service)
  4. Click "Submit" and wait for further instructions

Contributing

Before you add any major changes to the library you may want to discuss them with us (see Contact) as we may choose to reject your changes for various reasons. All contributions are applied via Pull-Requests. Patches will not be accepted. Also be aware that all of your contributions are made available under the terms of the Apache License 2.0. Please read the Contribution Guidelines for more information.

License

This project is released under the terms of the Apache License, Version 2.0.

The following note shall be replicated by all contributors within their respective newly created files (variables are to be replaced; E-Mail address or URL are optional):

Copyright <year> <first name> <surname <[email address/url]>
and other copyright owners as documented in the project's IP log.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Releases

No releases published

Packages

No packages published

Languages