Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Matterbridge | 5,575 | 1 | 5 | 3 days ago | 187 | May 09, 2022 | 204 | apache-2.0 | Go | |
bridge between mattermost, IRC, gitter, xmpp, slack, discord, telegram, rocketchat, twitch, ssh-chat, zulip, whatsapp, keybase, matrix, microsoft teams, nextcloud, mumble, vk and more with REST API (mattermost not required!) | ||||||||||
Wayback | 526 | 3 days ago | 78 | March 20, 2022 | 55 | gpl-3.0 | Go | |||
A self-hosted archiving service integrated with Internet Archive, archive.today, IPFS and beyond. | ||||||||||
Teleirc | 267 | 1 | 3 years ago | 10 | November 17, 2017 | 79 | mit | JavaScript | ||
A simple Telegram ↔ IRC gateway. | ||||||||||
Teleirc | 120 | 25 days ago | 2 | November 22, 2021 | 25 | gpl-3.0 | Go | |||
Go implementation of a Telegram <=> IRC bridge for use with any IRC channel and Telegram group | ||||||||||
Marvin | 54 | a year ago | 21 | September 25, 2017 | 10 | bsd-3-clause | Haskell | |||
The paranoid bot (framework) | ||||||||||
Telegramircd | 54 | 3 years ago | 3 | apache-2.0 | Python | |||||
Control Telegram user account with IRC | ||||||||||
Awesome Sailfishos | 43 | 17 days ago | 3 | other | ||||||
A curated list of awesome Sailfish OS resources | ||||||||||
Irchuu | 33 | 2 months ago | 1 | September 17, 2021 | 6 | bsd-3-clause | Go | |||
IRC to Telegram relay | ||||||||||
Telecraft | 25 | 10 months ago | 1 | mit | TypeScript | |||||
The Telecraft project monorepo. Pluggable Minecraft server bridge and administration tools. | ||||||||||
Tg Irc Relay | 22 | 5 years ago | 4 | lgpl-3.0 | Python | |||||
Relay between Telegram groups and IRC channels. |
A simple Telegram ↔ IRC gateway.
teleirc --join-tg
for URL (to prevent spambots)On Ubuntu:
sudo apt-get install libicu-dev
Make sure you've installed Node.js.
npm install -g teleirc
(might need
sudo)teleirc --genconfig
NOTE: if this step fails, try mkdir ~/.teleirc
and run the command again (FIXME)./setprivacy
command with BotFather
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)$EDITOR ~/.teleirc/config.js
teleirc
Optional:
/setuserpic
BotFather command. Here's an example icon for you./setcommands
BotFather command. You may copy-paste the contents of
commands.txt
to show all supported commands to
Telegram clients.config.maxMsgAge
.teleirc -vvv
See CONTRIBUTING.md for developer info
See the README for Docker