Skip to content

Instantly share code, notes, and snippets.

View matttbe's full-sized avatar

Matthieu Baerts matttbe

View GitHub Profile
@matttbe
matttbe / starred_to_bookmarks.py
Last active December 17, 2015 05:49
This is a script to convert 'starred.json' file from Google Reader (downloaded from Google TakeOut) to a bookmark html file that can with Shaarli, Firefox, Chromium, etc. ## How to use it? ## See the comment at the beginning of this script
#!/usr/bin/python3
# -*- coding: utf-8 -*-
#
# starred_to_bookmarks.py
#
# Copyright 2013 Matthieu Baerts <matttbe _@_ mail -> google>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or