Skip to content

Instantly share code, notes, and snippets.

View domingogallardo's full-sized avatar

Domingo Gallardo López domingogallardo

View GitHub Profile
@domingogallardo
domingogallardo / description.md
Last active August 10, 2023 16:04 — forked from jaflo/description.md
Export Instapaper to HTML

Use this to automatically scrape all of your saved Instapaper articles locally as HTML files.

You will need to have the following packages installed:

Configure your username and password, then run the script. It will go through all articles shown on your home page and download the copy Instapaper has stored into a folder called output as HTML file. Any errors will be reported and logged to failed.txt.

Forked and modified from: jaflo. Thanks for sharing the original gist.

@domingogallardo
domingogallardo / README.md
Created July 25, 2017 08:05 — forked from hofmannsven/README.md
My simply Git Cheatsheet