DiscordChatExporter/Readme.md

29 lines
1.7 KiB
Markdown
Raw Normal View History

2017-07-12 13:18:00 -04:00
# DiscordChatExporter
2019-11-06 13:34:59 -05:00
[![Build](https://github.com/Tyrrrz/DiscordChatExporter/workflows/CI/badge.svg?branch=master)](https://github.com/Tyrrrz/DiscordChatExporter/actions)
2017-10-15 16:58:33 -04:00
[![Release](https://img.shields.io/github/release/Tyrrrz/DiscordChatExporter.svg)](https://github.com/Tyrrrz/DiscordChatExporter/releases)
[![Downloads](https://img.shields.io/github/downloads/Tyrrrz/DiscordChatExporter/total.svg)](https://github.com/Tyrrrz/DiscordChatExporter/releases)
2019-11-19 14:17:05 -05:00
[![Donate](https://img.shields.io/badge/donate-$$$-purple.svg)](https://tyrrrz.me/donate)
2017-10-15 16:58:33 -04:00
2018-07-26 11:25:47 -04:00
DiscordChatExporter can be used to export message history from a [Discord](https://discordapp.com) channel to a file. It works for both direct message chats and guild chats, supports markdown, message grouping, embeds, attachments, mentions, reactions and other features. It works with both user and bot tokens, supports multiple output formats and allows you to trim messages by dates.
2017-07-12 13:18:00 -04:00
2019-11-16 13:59:53 -05:00
_For guides and other info -- check out the [wiki](https://github.com/Tyrrrz/DiscordChatExporter/wiki)._
2017-08-28 17:45:04 -04:00
## Download
2019-11-04 08:30:13 -05:00
- **[Latest release](https://github.com/Tyrrrz/DiscordChatExporter/releases/latest)**
- [Docker image](https://hub.docker.com/r/tyrrrz/discordchatexporter): `docker pull tyrrrz/discordchatexporter`
2019-11-06 13:34:59 -05:00
- [CI build](https://github.com/Tyrrrz/DiscordChatExporter/actions)
2017-08-28 17:45:04 -04:00
2017-07-13 02:32:44 -04:00
## Features
2018-07-25 04:53:05 -04:00
- Graphical and command line interfaces
- Supports both user tokens and bot tokens
- Allows retrieving messages in specified date range
- Multiple export formats: HTML (dark/light), TXT and CSV
- Renders all message features including: markdown, attachments, embeds, emojis, mentions, etc
2017-07-13 02:32:44 -04:00
## Screenshots
2019-09-06 13:27:53 -04:00
![channel list](.screenshots/list.png)
2019-11-30 16:31:01 -05:00
![rendered output](.screenshots/output.png)