Skip to content

Instantly share code, notes, and snippets.

View bnavigator's full-sized avatar

Ben Greiner bnavigator

View GitHub Profile
@bnavigator
bnavigator / mattermost-dl.py
Last active February 14, 2025 19:11 — forked from RobertKrajewski/mattermost-dl.py
This script allows to export the content (text+files) of an interactively selected Mattermost channel (public, private, group, direct message) to files. Tested on Mattermost 5.27 using Python 3.7
#!/usr/bin/env python3
"""https://gist.github.com/bnavigator/4d1102b75a8ea3c2560e01613f253d61
Forked from https://gist.github.com/RobertKrajewski/5847ce49333062ea4be1a08f2913288c
This script allows to export the content (text+files) of an interactively
selected Mattermost channel (public, private, group, direct message) to files.
Instructions: