mirror of
https://github.com/nikdoof/highlightsdownloader.git
synced 2025-12-13 01:32:23 +00:00
1.1 KiB
1.1 KiB
Highlights Downloader
Simple application which downloads all the highlights stored in your Instapaper folders as Markdown files.
The downloader creates a tree of folders inside highlights. There will be one folder for each one you have in Instapaper. The folder name will be the id of the folder in Instapaper.
Inside every folder the downloader will create a Markdown file including the title of the bookmark, url reference and all the highlights (one paragraph per each of them).
Requirements
Install the following packages:
pip install httplib2pip install oauth2
Usage
- Get a KEY and SECRET OAuth from Instapaper
- Modify the file
Credentials.iniwith your KEY, SECRET, LOGIN and PASSWORD - Call the app
python downloader.py
You can import then these Markdown files in your favourite Notes application e.g. Bear
Credits
Highlights Downloader makes use of a modified version of the pyinstapaper library Python wrapper to the Instapaper API; thanks Matt Dorn!