Giter Site home page Giter Site logo

ircgrampp's Introduction

IRCGram++ is a complexly simple Telegram <-> IRC Gateway, based on IRCGram

IRCGram++

Diferences with IRCGram

  • Ready for use You don't need to deploy and compile
  • Cli tool To manage it
  • Available in npm repos Easy install
  • Use configuration files Saved in your home and in YAML format
  • One irc connection per each user is now optional To avoid max connections problems
  • Extendible configuration Your bridges configurations extends the global
  • Can use the telegram channel title or the chatId, it's easier to config
  • Better connections management

General Features

  • Supports multiple IRC channel โ†” Telegram group, with multiple users.
  • Telegram user -> irc user mapping (one connection per user joined to the group)

Install

With npm, as root:

# npm install -g ircgrampp

This add a command ircgrampp.

Config

Manualy

The configuration files are in the directory .ircgrampp in your home directory, you can edit it manually in ~/.ircgrampp/config.yml.

The bridges configuration are one per file in ~/.ircgrampp/bridges, (directory), you can create it's files manually.

Autogenerated

You can use the assist with:

$ ircgrampp config

This agent, makes from created the config files/directories, to generate the configuration with a simple dummies steps.

Develop

You can do pull requests, code revisions, fixes, etc. (all of it is welcomed).

Clone repo

$ git clone https://github.com/exos/ircgrampp.git

Install dependencies

$ npm install
or
$ yarn install

Check and update dependencies

$ npm ncu
or
$ yarn ncu

ncu is a third party tool.

build

$ npm run build

TODO

See the milestones.

  • Internationalization
  • Do it multi-core
  • Do it extensile with plugins
  • Better output

More information

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.