aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: d9b5300ebeb754f05d26d0848577abf9e4f1b0fb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# A Discord message dumper bot
that dumps messages from a specific user.

## Installation
```bash
$ mvn clean package
$ cp target/dmd*.jar .
```
You can also get prebuilt binaries here: [https://files.zajc.eu.org/builds/dmd/](https://files.zajc.eu.org/builds/dmd/).

## Running
```bash
java -jar dmd.jar -t "your-bot's-token" -o output -u "user-id"
```
A few additional filtering options are supported as well, run the jar without parameters to get usage info.

Do note that the output file is NUL-delimited.