- get a discord GDPR data dump
- build it with the rust tools (
cargo build --release
which outputs to./target/release/discplot
) - run this to stream all the messages into the program:
grep -hv 'ID,Timestamp' /path/to/messages/folder/*/messages.csv | /path/to/discplot/binary your_username
this twitter thread that was posted here