Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/whitekiba/irc-jabber-mumble-bridge
IRC-Jabber-Mumble-Telegram-Teamspeak Bridge.
https://github.com/whitekiba/irc-jabber-mumble-bridge
Last synced: 4 days ago
JSON representation
IRC-Jabber-Mumble-Telegram-Teamspeak Bridge.
- Host: GitHub
- URL: https://github.com/whitekiba/irc-jabber-mumble-bridge
- Owner: whitekiba
- License: gpl-3.0
- Created: 2014-05-07T10:25:36.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-12-25T19:32:19.000Z (almost 8 years ago)
- Last Synced: 2024-08-02T12:49:24.923Z (3 months ago)
- Language: Ruby
- Homepage:
- Size: 925 KB
- Stars: 14
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - whitekiba/irc-jabber-mumble-bridge - IRC-Jabber-Mumble-Telegram-Teamspeak Bridge. (others)
README
Bridge-v2
INTEGRATE ALL TEH THINGS!
This is v2 of our multi-messenger IM bridge.
It was an internal project for a long time. It started as a learning project so some classes need cleanup.
If you found a bug: Fix it!
If you found hardcoded Stuff: Tell me.
How it works:
The bridge listens on all configured channels and collects all messages and events and broadcasts them to all other connected channels.
Supported networks:
- IRC
- Telegram
- Jabber
- Mumble
- TeamspeakUsed technologies:
- Ruby
- Redis
- MariaDBinstall
We recommend rvm (https://rvm.io). It makes managing dependencies easier
1. clone this repository
2. gem install bundler
3. bundle install
4. ruby bridge.rb (bridged not working)TODO:
- improve documentation
- Fix bugs
- Make the assistant process for configuring the bridge usable