mirror of
https://github.com/bytedream/guilddump.git
synced 2025-12-12 20:42:06 +01:00
Initial commit
This commit is contained in:
20
README.md
Normal file
20
README.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# 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:
|
||||
```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/guildsc/main/guildsc.py | python3
|
||||
```
|
||||
Reference in New Issue
Block a user