You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP

irc2gitter

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

irc2gitter

Bridge between Gitter and Irc

1.0.1
unpublished
latest
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created

Irc2Gitter is a bridge between irc servers and gitter, that allows you to communicate between irc and gitter.

Installation

The easist way to install irc2gitter is using the npm package manager

npm install -g irc2gitter

Of course you can also clone this repo and install the dependencies with

npm install

Requirements

  • Second Gitter Accounts (needed for Notifications)
  • Gitter Token (can be requsted on developer.gitter.im)
  • At least nodejs v4 lts

Features

  • Automatic Posting Code to dpaste.de and replace the code with a dpaste link with the default markdown syntax
  • After Answering a people with on pm channel, you can omit the name

Basic Support

You need a config.json in our Working Directory, it should have this schema:

{
  "irc.server.com": {
    "nickname": "IrcNick",
    "gitterNickname": "GitterBotName",
    "gitterToken": "TOKEN FROM developer.gitter.im",
    "channels": [
      {
        "ircChannel": "IRC-Channel",
        "gitterChannel": "Gitter-Channel"
      }
    ]
  }
}

and you can start the bridge with

irc2gitter

or if the repository is cloned with

node .

FAQs

Package last updated on 12 May 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts