mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-06-02 14:00:40 +00:00
Updated Docker usage instructions (markdown)
@@ -4,20 +4,19 @@ To pull the latest version:
|
|||||||
|
|
||||||
To export:
|
To export:
|
||||||
|
|
||||||
$ docker run tyrrrz/discordchatexporter export -t TOKEN -c CHANNEL
|
$ docker run --rm tyrrrz/discordchatexporter export -t TOKEN -c CHANNEL
|
||||||
|
|
||||||
To export using a Bot Token just add `-b`:
|
To export using a Bot Token just add `-b`:
|
||||||
|
|
||||||
$ docker run tyrrrz/discordchatexporter export -t TOKEN -c CHANNEL -b
|
$ docker run --rm tyrrrz/discordchatexporter export -t TOKEN -c CHANNEL -b
|
||||||
|
|
||||||
The CLI options can be found at:
|
To get help and real-time progress reporting, use interactive mode:
|
||||||
|
|
||||||
$ docker run -it tyrrrz/discordchatexporter
|
$ docker run --rm -it tyrrrz/discordchatexporter
|
||||||
#
|
|
||||||
|
|
||||||
A docker image's export path is in /a, to export the file to host use:
|
When running in Docker, DiscordChatExporter exports to `/app/out` unless `-o/--output` parameter is specified. In order to access the output files, you need to bind the output directory to a directory on your host system.
|
||||||
|
|
||||||
$ docker run -v $PWD:/a tyrrrz/discordchatexporter export -t TOKEN -c CHANNEL
|
$ docker run --rm -v /some/path/on/host:/app/out tyrrrz/discordchatexporter export -t TOKEN -c CHANNEL
|
||||||
|
|
||||||
|
|
||||||
##
|
##
|
||||||
|
|||||||
Reference in New Issue
Block a user