mirror of
https://github.com/simon987/Discord-Channel-scraper.git
synced 2025-04-19 18:16:41 +00:00
Updated --help output in README
This commit is contained in:
parent
3bfccc07dd
commit
bc4094923a
@ -20,7 +20,7 @@ usage: scrape-logs.py [-h] [--username USERNAME] [--flag FLAG] [--quiet]
|
|||||||
[--server SERVER] [--channel CHANNEL] [--limit LIMIT]
|
[--server SERVER] [--channel CHANNEL] [--limit LIMIT]
|
||||||
[--output OUTPUT] [--logging {10,20,30,40,50}]
|
[--output OUTPUT] [--logging {10,20,30,40,50}]
|
||||||
|
|
||||||
Scrapes the logs from a Discord channel.
|
Scrapes messages from a Discord channel.
|
||||||
|
|
||||||
optional arguments:
|
optional arguments:
|
||||||
-h, --help show this help message and exit
|
-h, --help show this help message and exit
|
||||||
@ -47,9 +47,9 @@ optional arguments:
|
|||||||
--limit LIMIT, -l LIMIT
|
--limit LIMIT, -l LIMIT
|
||||||
Number of messages to save. Default is 1000000
|
Number of messages to save. Default is 1000000
|
||||||
--output OUTPUT, -o OUTPUT
|
--output OUTPUT, -o OUTPUT
|
||||||
Outputs all logs into a single file. If not specified,
|
Outputs all messages into a single file. If not
|
||||||
logs are saved under the format: <server
|
specified, messages are saved under the format:
|
||||||
name>-<channel name>.txt.
|
<channel name>.txt.
|
||||||
--logging {10,20,30,40,50}
|
--logging {10,20,30,40,50}
|
||||||
Change the logging level. Defaults to 20, info.
|
Change the logging level. Defaults to 20, info.
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user