Instapaper export index generator
Introduction
Instapaper is a social bookmarking service that allows web content to be saved so it can be "read later" on a different device, such as an e-reader, smartphone, or tablet. The service was founded in 2008 by Marco Arment. In April 2013, Arment sold a majority stake to Betaworks and by mid 2016 Pinterest acquired the company. In July 2018, ownership of Instapaper was transferred from Pinterest to a newly formed company Instant Paper, Inc. The transition was completed on August 6, 2018.
Export CSV-file
An Instapaper export looks like this:
1URL,Title,Selection,Folder,Timestamp,Tags
2https://www.theregister.com/2025/01/27/ai_agents_automate_argument/,The argument against AI agents and unnecessary automation,,AI QuantumComputing BigData,1738916228,[]
3https://github.com/RooSoft/nostr,GitHub - RooSoft/nostr: Connect to the nostr network with Elixir,,Elixir Erlang Gleam,1738913343,[]
4https://venturebeat.com/ai/deepseeks-r1-and-openais-deep-research-just-redefined-ai-rag-distillation-and-custom-models-will-never-be-the-same/,"DeepSeek’s R1 and OpenAI’s Deep Research just redefined AI — RAG, distillation, and custom models will never be the same",,AI QuantumComputing BigData,1738911412,[]
Index generator
An index.html file will be generated in which all URLs that are in the Instagram export file are included as a really big table.
The project is on Codeberg: photonsphere/instapaper-export
Usage
1$ ./instapaper ../2025-03-07_instapaper_export.csv
2Parsed 50049 rows from ../2025-03-07_instapaper_export.csv
3Found 48655 unique URLs. Generating index...
4Index page generated successfully at: ../2025-03-07_instapaper_export.html
5
6Hint: use lynx -anonymous -accept-all-cookies ../2025-03-07_instapaper_export.html or the EInkBro app to view the result.