Skip to content

Instantly share code, notes, and snippets.

View cgueret's full-sized avatar
🤓
I may be slow to respond.

Christophe Gueret cgueret

🤓
I may be slow to respond.
View GitHub Profile
@cgueret
cgueret / raspi.logo
Last active August 29, 2015 14:18 — forked from nagromc/raspi.logo
@cgueret
cgueret / instapaper2chrome.py
Created August 4, 2012 19:34 — forked from jasjukaitis/instapaper2chrome.py
Converts an Instapaper CSV export file to a Google Chrome bookmark import file.
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# (c) 2011 Raphael Jasjukaitis <webmaster@raphaa.de>
import csv
import os
import sys
from optparse import OptionParser