guilddump/README.md
2022-05-08 17:19:03 +02:00

678 B

GuildSC

A python3 driven tool for scraping 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.

You this additional pip3 requirements:

$ pip3 install discord.py simple_term_menu

Run

You can download the script or run it with this:

$ curl -s https://raw.githubusercontent.com/ByteDream/guildsc/main/guildsc.py | python3

License

This project is licensed under the MIT License - see the LICENSE file for more details.