Skip to content

Instantly share code, notes, and snippets.

@vincebusam
vincebusam / googlereader2selfoss.py
Created March 14, 2013 16:57
Python script to upload your Google Reader subscriptions to selfoss.
#!/usr/bin/python
#
# Takes a Google Reader subscriptions file, and adds them all (with tags) to selfoss
# First arg: xml file. Second arg: URL to selfoss installation
#
import sys
import urllib
import urllib2