Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 576 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 576 Bytes

discplot - plot your discord message history

example graph

usage

  • 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

inspiration

this twitter thread that was posted here