Find a file
Aron Heinecke a9460dca13 Cleanup
Signed-off-by: Aron Heinecke <aron.heinecke@t-online.de>
2021-08-05 16:50:28 +02:00
.github/workflows add build CI 2021-05-22 18:49:24 +02:00
src Cleanup 2021-08-05 16:50:28 +02:00
.gitignore Add first working build. 2021-05-10 00:27:18 +02:00
Cargo.lock Remove unused stuff from ts demo 2021-05-22 03:05:19 +02:00
Cargo.toml Remove unused stuff from ts demo 2021-05-22 03:05:19 +02:00
credentials.example.toml Typos & docs 2021-05-22 18:42:17 +02:00
LICENSE_AGPL.txt Add license 2021-05-22 18:27:01 +02:00
README.md Add license 2021-05-22 18:27:01 +02:00

Teamspeak3 <-> Discord Voice Bridge

Requires your own discord bot token.

This software is in an MVP status, use at your own risk, like always.

Building

get rust compiler with cargo

cargo build --release .exe/elf is inside target/release/

Starting

Setup your credentials inside .credentials.toml by copying credentials.example.toml

Then join a voice channel, type ~join in a text channel the bot can access.

License

voice_bridge is primarily distributed under the terms of the AGPL license (Version 3.0). Libraries specified by the cargo.toml and code annotated otherwise is copyright by their respective authors.

See LICENSE-AGPL details.