Lucas LaBuff
Lucas LaBuff
Alternatively, maybe we could allow the `export` command to take channel categories as inputs. This allows users to take advantage of the feature even if they want to export individuals...
> Is it possible to just pass in an id which might be a guild-id, a category-id or a channel-id (or even a message-id) and the scraper could act accordingly?...
https://github.com/Tyrrrz/DiscordChatExporter/blob/d01ed130418b0c6e21da0f7ec241c845b88eb714/DiscordChatExporter.Core/Markdown/MarkdownParser.cs#L151-L160 The current emoji matcher appears to be very crude. Unfortunately, it turns out that emoji codepoints are a mess. The unicode values for Discord's current version of emoji can...
In my opinion, JSON exports should out-of-the-box refer to all channels, emoji, users, etc. as IDs, since that's the purest form of the data. Converting all of those to text...
Honestly, I'm really ambivalent to whatever happens to the TXT format, because I don't find it very useful (to me personally) to begin with. If I had to guess, users...
I recently added a command line option to my fork which allows for a media directory path to be specified independently of the regular output path—would this be an acceptable...
I implemented the advice provided by @TodePond to write a perfect implementation, but since perfection takes time the DreamBerd program I wrote to get this repository to 9,999 stars hasn't...
An alternative suggestion to lengthening the hash would be to just put the attachment ID in the filename. I feel like at a certain point, a bunch of random base-32...
there was a compilation error 😢
Hi, I'm a new programmer looking to contribute to this project! I'm thinking of starting a draft PR to handle this issue. Do you have any recommendations on design decisions...