Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

irc2gitter

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

irc2gitter

Bridge between Gitter and Irc

  • 1.0.1
  • unpublished
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

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 .

Keywords

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc