IRCGram++ is a complexly simple Telegram <-> IRC Gateway, based on IRCGram
With npm, as root:
# npm install -g ircgrampp
This add a command ircgrampp
.
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.
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.
You can do pull requests, code revisions, fixes, etc. (all of it is welcomed).
$ git clone https://github.com/exos/ircgrampp.git
$ npm install
or
$ yarn install
$ npm ncu
or
$ yarn ncu
ncu is a third party tool.
$ npm run build
See the milestones.