Skip to content

Instantly share code, notes, and snippets.

View Maxr1998's full-sized avatar
👨‍🎓
Currently very busy with my master's thesis

Max Rumpf Maxr1998

👨‍🎓
Currently very busy with my master's thesis
View GitHub Profile
@Maxr1998
Maxr1998 / slack-files-downloader.sh
Last active September 5, 2024 20:42 — forked from greird/slack-files-downloader.sh
Create aria2 input file from all files from a Slack workspace export folder.
#!/bin/bash
#
# This script will browse a Slack export folder and generate an aria2 input file to download all files to an "attachments" folder in each channel folder.
#
# HOW TO:
# 1. As a Workspace admin, download an export of your Slack history (https://www.slack.com/services/export)
# 2. Make sure you have jq installed (https://stedolan.github.io/jq/)
# 3. Place this file at the root of your Slack export folder, next to channels.json
# 4. Run `bash slack-downloader.sh` in your terminal
#
@Maxr1998
Maxr1998 / eac_log_to_musicbrainz_discid.py
Last active January 12, 2024 22:23 — forked from kolen/eac_log_to_musicbrainz_discid.py
Reads EAC log, generates musicbrainz disc TOC listing for use as discid. Opens browser with discid query on musicbrainz.org.
#!/usr/bin/python
"""
Reads EAC log, generates musicbrainz disc TOC listing for use as discid.
Opens browser with discid query on musicbrainz.org.
Warning: may work wrong for discs having data tracks. May generate wrong results on other non-standard cases.
MIT License
Copyright (c) 2018 Konstantin Mochalov