Giter VIP home page Giter VIP logo

discord-dumper's Introduction

Discord Dumper

WARNING: Please do not share your token outside of your command line in order to invoke the dumper, and only get dumper code from this repository on GitHub. If you accidentally do either of those things, perform a token reset by changing your password.

A fully-featured channel dumper for Discord.

Installation

Install this module globally:

npm i -g haykam821/Discord-Dumper

Usage

You can use dcd or discord-dumper on the command-line to invoke the dumper. You can add the --help (-h) option to see more information about the options and arguments that the command accepts.

Dumping

When running the dumper, specify the ID of the channel/guild/DM you would like to dump, like so:

dcd dump 222197033908436994

By default, the dumper guesses what the ID represents, but you can provide context for the ID by providing it as an argument:

dcd dump 222197033908436994 guild

Since you must authenticate with the Discord API to read messages, you must specify a token. You can do this via the DUMPER_TOKEN environment variable.

Accessing Dumps

You can open up the folder that dumps are stored in by running:

dcd path

If you do not want the folder to be opened, instead disable the --open option.

dcd path --open false

Completion

You can set up completion by placing the following command in your config file (~/.bashrc, ~/.zshrc, ~/.config/fish/config.fish):

source <(dcd completion sh)
source <(dcd completion zsh)
source <(dcd completion fish)

discord-dumper's People

Contributors

haykam821 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

discord-dumper's Issues

Running with bypass even if not

The console message that says the dumper is running with the bypass will display alongside the normal one, even if it's not running with the bypass. Only one should appear whether there is a bypass present or not.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.