mirror of
https://github.com/bytedream/guilddump.git
synced 2025-06-27 01:00:31 +02:00
Add license
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
|
||||
A `python3` driven tool for scraping messages, channels and members of discord servers.
|
||||
|
||||
### Setup
|
||||
## 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.
|
||||
@ -12,9 +12,13 @@ You this additional `pip3` requirements:
|
||||
$ pip3 install discord.py simple_term_menu
|
||||
```
|
||||
|
||||
### Run
|
||||
## Run
|
||||
|
||||
You can download the script or run it with this:
|
||||
```shell
|
||||
$ curl -s https://raw.githubusercontent.com/ByteDream/guildsc/main/guildsc.py | python3
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for more details.
|
Reference in New Issue
Block a user