Skip to content

Instantly share code, notes, and snippets.

View michel-slm's full-sized avatar

Michel Lind michel-slm

View GitHub Profile
@pascalpoitras
pascalpoitras / config.md
Last active April 28, 2024 23:12
My WeeChat configuration

WeeChat Screenshot

Mouse


enable


@michel-slm
michel-slm / itms_extract.py
Created April 5, 2011 11:42
iTunes feed extractor
#!/usr/bin/env python
import plistlib
import urllib2
import sys
ITUNES_VER = '7.4.1'
USER_AGENT = 'iTunes/' + ITUNES_VER