Skip to content

Instantly share code, notes, and snippets.

View mdirkse's full-sized avatar

Maarten Dirkse mdirkse

View GitHub Profile
@mdirkse
mdirkse / seed_episodes.py
Created May 29, 2020 09:52
Seed WFPI episodes into the Airtable table
#! /usr/bin/python3
from airtable import Airtable
from datetime import date, timedelta
class Episode:
date = ""
podcast_present = False
@mdirkse
mdirkse / .gitignore
Last active May 8, 2018 22:10
Get Wiremock stub data from the football-data.org API
data/
@mdirkse
mdirkse / generate-slideshow.sh
Last active July 10, 2018 23:14
Generate a slideshow from jpg's with audio
#!/bin/bash
set -euo pipefail
IFS=$'\n\t'
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
DOCKER_WORKDIR="/slideshow"
WORKDIR="work"
# Parameters
AUDIO_FILE="music.mp3"