As exos wrote an enhancement replace of this application, I suggest you to try it: IRCGram++
A complexly simple Telegram ↔ IRC gateway.
- Official IRC channel: #kernelpanic @ irc.kernelpanic.com.ar
- Supports multiple IRC channel ↔ Telegram group, with multiple users.
- Telegram user -> irc user mapping (one connection per user joined to the group)
Make sure you've installed Node.js.
- Set up your bot with BotFather
- Use the
/setprivacy
command withBotFather
to allow your bot to see all messages in your group (NOTE on usage: bot name is preceded by @ sign and 'Disable' is case-sensitive) - Install dependencies
npm install
- Clone the repository
git clone https://github.com/zephrax/ircgram.git
- Run
npm build && npm run info
and invite the bot to the group, then you can grab the group_id - Copy
config.example.js
toconfig.js
and edit it:cd ircgram/ && cp src/config.example.js src/config.js && $EDITOR src/config.js
configuring the token and bridges info. - Start service
npm run build && npm start