Skip to content

Dump discord channels/guilds to text files and CSV

License

Notifications You must be signed in to change notification settings

ToppleKek/ddump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ddump

Dump discord channel messages and guilds to text/CSV.

Building

  • Install cmake, libcurl
  • mkdir build && cd build && cmake ../ && make

Usage

ddump [OPTIONS]...
-t [TOKEN] - Use [TOKEN] for authentication
(ddump also reads from the DDUMP_TOKEN environment variable, this option overrides that)
-c [CHANNEL_ID] - Dump the channel with the id [CHANNEL_ID]
-g [GUILD_ID] - Dump the guild with the id [GUILD_ID] and all its channels
(this overrides any provided channel passed with -c)
-d - Download all attachments
-h - Show this help

About

Dump discord channels/guilds to text files and CSV

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published