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.
"""
@bnavigator
bnavigator / 0001-Split-package-to-provide-python2-scikit-build.patch
Created September 27, 2019 14:57
Patch AUR python-scikit-build to provide Python2 package
From 83ae1c018b80a69ca060b5a596e6c0bdcd2f987a Mon Sep 17 00:00:00 2001
From: bnavigator <code-arch@bnavigator.de>
Date: Fri, 27 Sep 2019 16:46:40 +0200
Subject: [PATCH] Split package to provide python2-scikit-build Add
dependencies
---
.SRCINFO | 45 ++++++++++++++++++++++++++++++++++++++----
PKGBUILD | 60 +++++++++++++++++++++++++++++++++++++++++++++++---------
2 files changed, 92 insertions(+), 13 deletions(-)