Skip to content

tirr-c/discord-irc-rs

 
 

Repository files navigation

discord-irc-rs

CircleCI Status Badge Docker Pulls Badge

A Discord to IRC and vice-versa bridge bot written in Rust.

Usage

Requires 1.39+ version of rustc.

$ cp sample.toml config.toml
# Edit config.toml ...
$ cargo run -- config.toml

OR

$ cp sample.toml config.toml
# Edit config.toml ...
$ docker run --rm -it -v $PWD/config.toml:/config.toml pbzweihander/discord-irc-rs

discord-irs-rs is distributed under the terms of both MIT license and Apache License 2.0. See COPYRIGHT for details.

About

discord to irc bridge

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 95.0%
  • Dockerfile 4.4%
  • Shell 0.6%