Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mattermost-dl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Johannes Reppin
mattermost-dl
Commits
233c541b
Commit
233c541b
authored
5 months ago
by
Johannes Reppin
Browse files
Options
Downloads
Patches
Plain Diff
more readme
parent
e697ae51
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+9
-0
9 additions, 0 deletions
README.md
config.json
+6
-0
6 additions, 0 deletions
config.json
with
15 additions
and
0 deletions
README.md
+
9
−
0
View file @
233c541b
...
...
@@ -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
```
This diff is collapsed.
Click to expand it.
config.json
0 → 100644
+
6
−
0
View file @
233c541b
{
"host"
:
"chat.desy.de"
,
"login_mode"
:
"password"
,
"username"
:
"USER1234"
,
"download_files"
:
false
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment