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 August 31, 2023 11:03 — 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
"""
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.
"""