Skip to content

Instantly share code, notes, and snippets.

View drdanz's full-sized avatar
:octocat:
Busy

Daniele E. Domenichelli drdanz

:octocat:
Busy
View GitHub Profile
@agateau
agateau / reviewboard-am.py
Last active October 10, 2015 05:07
Apply patches from KDE reviewboard, using author info and description from reviewboard
#!/usr/bin/env python
# encoding: utf-8
import json
import os
import subprocess
import sys
import urllib2
from optparse import OptionParser