A robust messaging bridge connecting DDNet game servers to Telegram via NATS JetStream.
# Install Rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
# Run services
cargo run -- econ -c econ.yaml
cargo run -- handler -c handler.yaml
cargo run -- tg reader -c tg.yaml| Service | Description |
|---|---|
econ |
DDNet ECON connector → NATS |
handler |
Message processor and router |
tg |
NATS <-> Telegram |
cargo build --release
./target/release/bridge econ -c econ.yaml
./target/release/bridge handler -c handler.yamlExamples of configs on wiki
- Fork the repository
- Create your feature branch
- Commit your changes
- Push to the branch
- Open a pull request