All Projects → Tyrrrz → Discordchatexporter

Tyrrrz / Discordchatexporter

Licence: other
Exports Discord chat logs to a file

Programming Languages

C#
18002 projects
HTML
75241 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to Discordchatexporter

Emberclear
Encrypted Chat. No History. No Logs.
Stars: ✭ 157 (-95.09%)
Mutual labels:  hacktoberfest, chat, discord
Sir Lancebot
A Discord bot started as a community project for Hacktoberfest 2018, later evolved to an introductory project for aspiring new developers starting out with open source development.
Stars: ✭ 105 (-96.72%)
Mutual labels:  hacktoberfest, discord
Serenity
A Rust library for the Discord API.
Stars: ✭ 1,387 (-56.63%)
Mutual labels:  hacktoberfest, discord
Aws Faq
Stars: ✭ 122 (-96.19%)
Mutual labels:  hacktoberfest, discord
Discord Bot Dashboard
📊 A tool for Discord.js Bot Developers to get detailed analytics of their bots and to manage them.
Stars: ✭ 182 (-94.31%)
Mutual labels:  hacktoberfest, discord
Pengubot
Official PenguBot GitHub Repository
Stars: ✭ 98 (-96.94%)
Mutual labels:  hacktoberfest, discord
Dtel
Telephone roleplay bot on Discord
Stars: ✭ 108 (-96.62%)
Mutual labels:  hacktoberfest, discord
Genesis
🤖 Warframe Discord Cephalon
Stars: ✭ 67 (-97.9%)
Mutual labels:  hacktoberfest, discord
Hiya Hiya Hiya
Whatsapp Clone base on Firebase Cloud Messaging
Stars: ✭ 139 (-95.65%)
Mutual labels:  hacktoberfest, chat
Rats
Movie Ratings Synchronization with Python
Stars: ✭ 156 (-95.12%)
Mutual labels:  hacktoberfest, export
Lax
IRC client built with Electron & React
Stars: ✭ 95 (-97.03%)
Mutual labels:  hacktoberfest, chat
Exceptionless
Exceptionless server and jobs
Stars: ✭ 2,107 (-34.12%)
Mutual labels:  hacktoberfest, log
Le Chat Php
A PHP Chat based on LE CHAT
Stars: ✭ 95 (-97.03%)
Mutual labels:  hacktoberfest, chat
Openrct2
An open source re-implementation of RollerCoaster Tycoon 2 🎢
Stars: ✭ 10,115 (+216.29%)
Mutual labels:  hacktoberfest, discord
Bot
A Discord bot for all your needs. With memes, utilities, moderation & more, Fire is the only bot you'll need.
Stars: ✭ 79 (-97.53%)
Mutual labels:  hacktoberfest, discord
Cyberdisc Bot
The bot for the Cyber Discovery Community Discord Server!
Stars: ✭ 108 (-96.62%)
Mutual labels:  hacktoberfest, discord
Nitro
A discord bot
Stars: ✭ 56 (-98.25%)
Mutual labels:  chat, discord
Rocket.chat.electron
Official OSX, Windows, and Linux Desktop Clients for Rocket.Chat
Stars: ✭ 1,108 (-65.35%)
Mutual labels:  hacktoberfest, chat
Discord.js
discord.js is a powerful Node.js module that allows you to easily interact with the Discord API.
Stars: ✭ 16,432 (+413.82%)
Mutual labels:  hacktoberfest, discord
Stream Chat Android
Stream Chat official Android SDK. The tutorial covers how to build your own chat experience using either Java or Kotlin.
Stars: ✭ 165 (-94.84%)
Mutual labels:  hacktoberfest, chat

DiscordChatExporter

Build Coverage Release Downloads Discord Donate

Project status: active. What does it mean?

DiscordChatExporter can be used to export message history from a Discord channel to a file. It works with direct messages, group messages, and server channels, and supports Discord's dialect of markdown as well as all other rich media features.

If you have questions or issues, please refer to the wiki.

💬 If you want to chat, join my Discord server.

Download

This application comes in two flavors: graphical user interface (GUI) and command line interface (CLI). The following table lists all available download options:

Downloads Supported OS
GUI
  • Windows 7 or higher
CLI
  • 🟢 Stable release (DiscordChatExporter.CLI.zip) ⚙️
  • 🟠 CI build (DiscordChatExporter.CLI.zip) ⚙️
  • 🐋 Docker (tyrrrz/discordchatexporter)
  • 📦 AUR (discord-chat-exporter-cli) 🦄
  • Windows 7 or higher
  • macOS 10.13 (High Sierra) or higher
  • Linux (multiple distros)

Features

  • Graphical user interface (Windows)
  • Command line interface (Windows, Linux, macOS)
  • Support for both user and bot tokens
  • Support for Discord's dialect of markdown
  • Support for Discord's message filter syntax
  • Support for attachments, embeds, emoji, and other rich media features
  • Multiple output formats: HTML (dark/light), TXT, CSV, JSON
  • File partitioning, date ranges, and other export options
  • Exports messages on the fly without buffering in-memory

Screenshots

channel list rendered output

Building the project locally

Prerequisites:

To build the entire solution run the following command in the root of the repository:

> dotnet build

This will generate runtime artifacts for each project:

./DiscordChatExporter.Gui/bin/[Debug|Release]/[runtime]/*
./DiscordChatExporter.Cli/bin/[Debug|Release]/[runtime]/*

You can also build and run a specific project directly. To do that, navigate to its directory and use dotnet run:

> cd DiscordChatExporter.Gui
> dotnet run
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].