yanorei32 / discordAttachExporter

Download attach files from DiscordChatExporter JSON

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

!!DEPRECATED!!

Tyrrrz/DiscordChatExporter has a Download media option now! Try use it!

image

discordAttachExporter

Download attach files from Tyrrrz/DiscordChatExporter JSON

image

How to

1. Write configure.yml in executable dir

Maximum parallel HTTP request count (required, greater than 1)

parallelDownload: 6

Limits by file-extension (optional)

The default configure is limit for images.

downloadExtension:
  - png
  - jpg
  - jpeg
  - bmp
  - webp
  - gif
  - tiff
  - psd
  - ai
  - svg

2. Execute

discordAttachExporter <JSON by DiscordChatExporter>

And it downloads attachment files to the current directory.

Format:

discord_[Message TimeStamp in LocalTime]_[UserID]_[OriginalFileName]

Example:

discord_2020-06-07_20-06-06.357_000000000000000000_DSC_0020.JPG

About

Download attach files from DiscordChatExporter JSON


Languages

Language:Go 100.0%