Java library to generate easily shareable HTML archives of channels, bringing back the familiar Discord visuals!
This Java library is the most up-to-date Transcript generator, displaying your favorite Discord look!
Uses Java Discord API
& Java Template Engine.
This project utilizes the gg sans
font that is the property of Discord Inc.
I do not claim ownership of this font.
- Markdown
- Standard Markdown
- Discord Chat Formatting
- Attachments
- Images
- Other Files
- Embeds
- Action Rows
- Buttons
- Select Menus
- Reactions
- Referenced Message
- Referenced Command
- Java 21+
<dependencies>
<dependency>
<groupId>dev.skywolfxp</groupId>
<artifactId>discord-channel-html-transcript</artifactId>
<version>${version}</version>
</dependency>
</dependencies>
repositories {
mavenCentral()
}
dependencies {
implementation("dev.skywolfxp:discord-channel-html-transcript:${version}")
}
-
Run TranscriptGeneratorTest#createTranscript(), A
discord-channel-html-transcript
folder will be created under:- Windows:
%USERPROFILE%\AppData\Local\Temp
- macOS:
/tmp
- Linux:
/tmp
- Windows:
-
Copy the CSS in style.jte to
/discord-channel-html-transcript/style.css
and experiment with your own CSS!