Discord Java library for generating HTML archives of channels, preserving the native Discord styles
This is the most up-to-date Transcript generator, ensuring your file is consistent with Discord's styles!
Uses Java Discord API
& Java Template Engine.
Note
This project utilizes the gg sans font that is the property of Discord Inc.
- To-Do:
- Cleanup CSS
- Add List Markdown
- Format Normal Links
- Java 21+
<dependency>
<groupId>dev.omardiaa</groupId>
<artifactId>discord-channel-html-transcript</artifactId>
<version>4.0.0</version>
</dependency>implementation("dev.omardiaa:discord-channel-html-transcript:4.0.0")-
Run TranscriberTest#transcribe(), an HTML file will appear in:
- Windows:
%TEMP%\discord-channel-html-transcript\transcript.html - macOS:
/tmp/discord-channel-html-transcript/transcript.html - Linux:
/tmp/discord-channel-html-transcript/transcript.html
- Windows:
-
Modify CSS in style.css for live updates during development.



