mirror of
https://github.com/bytedream/guilddump.git
synced 2025-05-09 04:05:09 +02:00
26 lines
709 B
Markdown
26 lines
709 B
Markdown
# GuildDump
|
|
|
|
A `python3` driven tool for dumping messages, channels and members of discord servers.
|
|
|
|
## Setup
|
|
|
|
The server you want to dump must contain a bot within your control (or at least you have to know the token of the bot).
|
|
The bot also needs the `member` intent to enabled in order to dump members.
|
|
|
|
You this additional `pip3` requirements:
|
|
```shell
|
|
$ pip3 install discord.py simple_term_menu
|
|
```
|
|
|
|
## Run
|
|
|
|
You can download the script or run it with this:
|
|
```shell
|
|
$ curl -s https://raw.githubusercontent.com/ByteDream/guilddump/main/guilddump.py -o guilddump.py
|
|
$ python3 guilddump.py
|
|
```
|
|
|
|
## License
|
|
|
|
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for more details.
|