Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/DiscordChatExporter/src/commit/d7572d9fd351a69619376db7d867d6f1dc0733c5 You should set ROOT_URL correctly, otherwise the web may not work correctly.
Exports Discord chat logs to a file
 
 
 
Go to file
Alexey Golub d7572d9fd3 Update nuget packages 7 years ago
Deploy Update deploy script 7 years ago
DiscordChatExporter.Cli Remove Costura.Fody 7 years ago
DiscordChatExporter.Core Implement auto-update via Onova 7 years ago
DiscordChatExporter.Gui Update nuget packages 7 years ago
.gitattributes Add .gitignore and .gitattributes. 8 years ago
.gitignore Simplify deployment script 7 years ago
Changelog.md Add changelog 7 years ago
DiscordChatExporter.sln Add changelog 7 years ago
License.txt Update copyright 7 years ago
Readme.md Implement auto-update via Onova 7 years ago
appveyor.yml Update appveyor.yml 7 years ago
favicon.ico Add icon 7 years ago
favicon.png Add icon 7 years ago

Readme.md

DiscordChatExporter

Build Release Downloads

DiscordChatExporter can be used to export message history from a Discord channel to a file. It works for both direct message chats and guild chats, supports markdown, message grouping, and attachments. The tool also lets you select from/to dates to limit the exported messages. There are options to configure the output, such as date format, color theme, message grouping limit, etc.

Screenshots

Download

Features

  • Intuitive GUI that displays available guilds and channels
  • CLI as additional alternative to GUI
  • Date ranges to limit messages
  • Groups messages by author and time
  • Exports to a plain text file
  • Exports to an HTML file
    • Dark and light themes
    • User avatars
    • Inline image attachments
    • Full markdown support
    • Automatic links
    • Styled similarly to the app
  • Renders custom emojis
  • Resolves user, role and channel mentions

Libraries used