Skip to content

Instantly share code, notes, and snippets.

View nathanael-h's full-sized avatar

Nathanaël nathanael-h

View GitHub Profile

EmmaSongs

ccievchant_lignes.fic

  • Songtekst one record per line (UTF16 little endian) [9-266]
  • VerseID [277-278]

ccievchant.fic

Records start with 10 01 00 ?? 1F F2 5D

@RobertKrajewski
RobertKrajewski / mattermost-dl.py
Last active June 21, 2024 20:44
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
import os
import sqlite3
from datetime import datetime, date
from typing import Tuple, Dict, List
import getpass
from mattermostdriver import Driver
import pathlib
import json