[PR #1168] [MERGED] Add Readwise Reader API parser #4350

Closed
opened 2026-03-15 01:39:51 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ArchiveBox/ArchiveBox/pull/1168
Author: @mAAdhaTTah
Created: 7/2/2023
Status: Merged
Merged: 9/4/2023
Merged by: @pirate

Base: devHead: add-readwise-reader


📝 Commits (1)

  • 181501f Add Readwise Reader API parser

📊 Changes

3 files changed (+127 additions, -0 deletions)

View changed files

📝 archivebox/config.py (+2 -0)
📝 archivebox/parsers/__init__.py (+2 -0)
archivebox/parsers/readwise_reader_api.py (+123 -0)

📄 Description

Implemented similar to the Pocket API.

Summary

Add support for consumer from the Readwise Reader API.

Related issues

N/A

Changes these areas

  • Bugfixes
  • Feature behavior
  • Command line interface
  • Configuration options
  • Internal architecture
  • Snapshot data layout on disk

I'm playing around with Readwise Reader and considering switching from Pocket to it for my reading, but I need everything to be consumed into Archivebox to do that, so I added a parser for it.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ArchiveBox/ArchiveBox/pull/1168 **Author:** [@mAAdhaTTah](https://github.com/mAAdhaTTah) **Created:** 7/2/2023 **Status:** ✅ Merged **Merged:** 9/4/2023 **Merged by:** [@pirate](https://github.com/pirate) **Base:** `dev` ← **Head:** `add-readwise-reader` --- ### 📝 Commits (1) - [`181501f`](https://github.com/ArchiveBox/ArchiveBox/commit/181501fd36066f463b68099524e71401730bfaaf) Add Readwise Reader API parser ### 📊 Changes **3 files changed** (+127 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `archivebox/config.py` (+2 -0) 📝 `archivebox/parsers/__init__.py` (+2 -0) ➕ `archivebox/parsers/readwise_reader_api.py` (+123 -0) </details> ### 📄 Description Implemented similar to the Pocket API. # Summary Add support for consumer from the Readwise Reader API. # Related issues N/A # Changes these areas - [ ] Bugfixes - [x] Feature behavior - [ ] Command line interface - [ ] Configuration options - [ ] Internal architecture - [ ] Snapshot data layout on disk I'm playing around with Readwise Reader and considering switching from Pocket to it for my reading, but I need everything to be consumed into Archivebox to do that, so I added a parser for it. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-15 01:39:51 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ArchiveBox#4350
No description provided.