Rename to guilddump + add role dump + add embed dump

This commit is contained in:
2022-05-08 18:45:18 +02:00
parent f542b5bdd0
commit ca0231f038
2 changed files with 58 additions and 22 deletions

View File

@ -1,11 +1,11 @@
# GuildSC
# GuildDump
A `python3` driven tool for scraping messages, channels and members of discord servers.
A `python3` driven tool for dumping messages, channels and members of discord servers.
## Setup
The server you want to scrape 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 scrape members.
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
@ -16,8 +16,8 @@ $ pip3 install discord.py simple_term_menu
You can download the script or run it with this:
```shell
$ curl -s https://raw.githubusercontent.com/ByteDream/guildsc/main/guildsc.py -o guildsc.py
$ python3 guildsc.py
$ curl -s https://raw.githubusercontent.com/ByteDream/guildsc/main/guildsc.py -o guilddump.py
$ python3 guilddump.py
```
## License