Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kawogi/audioloot
A discord music bot playing tracks from audiotool.com and others
https://github.com/kawogi/audioloot
Last synced: 9 days ago
JSON representation
A discord music bot playing tracks from audiotool.com and others
- Host: GitHub
- URL: https://github.com/kawogi/audioloot
- Owner: kawogi
- License: apache-2.0
- Created: 2022-11-17T19:08:15.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-14T23:13:20.000Z (about 1 year ago)
- Last Synced: 2024-11-07T04:08:14.438Z (about 2 months ago)
- Language: Rust
- Size: 71.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Audioloot - Discord Music Bot
This bot plays tracks from [Audiotool](https://audiotool.com) in a Discord voice channel.
This was just a hobby project and as such has a _works for me™_ quality.
Use at your own risk. If you like a track, dont't forget to tell the artist!
## How to build?
0. Install `libssl-dev` and `libopus-dev` as a prerequisite.
1. Install [the rust toolchain](https://www.rust-lang.org/learn/get-started) if you haven't already.
2. Check out this project
3. find `// Configure Guild and channel roles` in the `main.rs` and change the hard-coded ids to match your server and channels
4. Build the project running `cargo build --release` from the project's root## How to run?
Linux command line: `DISCORD_TOKEN="MyVerySecretTokenThatIWillNeverShareWithAnyone" target/release/audioloot`