Skip to content
Snippets Groups Projects
Commit 233c541b authored by Johannes Reppin's avatar Johannes Reppin
Browse files

more readme

parent e697ae51
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,16 @@ Taken from [github](https://gist.github.com/RobertKrajewski/5847ce49333062ea4be1
## How to use
1. Build Docker Images
```
docker build . -t mm-dl:latest
```
2. Edit `config.json`
* set username
* chose if files should be downloaded
3. Run Dockerfile and follow input prompts
```
docker run -it -v $PWD:/work -w /work mm-dl python3 mattermost-dl.py
```
{
"host": "chat.desy.de",
"login_mode": "password",
"username": "USER1234",
"download_files": false
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment