[PR #1169] [CLOSED] Add Readwise Reader API parser (Sourcery refactored) #4349

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/1169
Author: @sourcery-ai[bot]
Created: 7/2/2023
Status: Closed

Base: devHead: sourcery/pull-1168


📝 Commits (2)

  • 181501f Add Readwise Reader API parser
  • a81e363 'Refactored by Sourcery'

📊 Changes

3 files changed (+377 additions, -193 deletions)

View changed files

📝 archivebox/config.py (+253 -182)
📝 archivebox/parsers/__init__.py (+5 -11)
archivebox/parsers/readwise_reader_api.py (+119 -0)

📄 Description

Pull Request #1168 refactored by Sourcery.

Since the original Pull Request was opened as a fork in a contributor's
repository, we are unable to create a Pull Request branching from it.

To incorporate these changes, you can either:

  1. Merge this Pull Request instead of the original, or

  2. Ask your contributor to locally incorporate these commits and push them to
    the original Pull Request

    Incorporate changes via command line
    git fetch https://github.com/ArchiveBox/ArchiveBox pull/1168/head
    git merge --ff-only FETCH_HEAD
    git push

NOTE: As code is pushed to the original Pull Request, Sourcery will
re-run and update (force-push) this Pull Request with new refactorings as
necessary. If Sourcery finds no refactorings at any point, this Pull Request
will be closed automatically.

See our documentation here.

Run Sourcery locally

Reduce the feedback loop during development by using the Sourcery editor plugin:

Help us improve this pull request!


🔄 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/1169 **Author:** [@sourcery-ai[bot]](https://github.com/apps/sourcery-ai) **Created:** 7/2/2023 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `sourcery/pull-1168` --- ### 📝 Commits (2) - [`181501f`](https://github.com/ArchiveBox/ArchiveBox/commit/181501fd36066f463b68099524e71401730bfaaf) Add Readwise Reader API parser - [`a81e363`](https://github.com/ArchiveBox/ArchiveBox/commit/a81e3630005d982624aed35f1ed109cac04fbf32) 'Refactored by Sourcery' ### 📊 Changes **3 files changed** (+377 additions, -193 deletions) <details> <summary>View changed files</summary> 📝 `archivebox/config.py` (+253 -182) 📝 `archivebox/parsers/__init__.py` (+5 -11) ➕ `archivebox/parsers/readwise_reader_api.py` (+119 -0) </details> ### 📄 Description Pull Request #1168 refactored by [Sourcery](https://sourcery.ai/github/). Since the original Pull Request was opened as a fork in a contributor's repository, we are unable to create a Pull Request branching from it. To incorporate these changes, you can either: 1. Merge this Pull Request instead of the original, or 2. Ask your contributor to locally incorporate these commits and push them to the original Pull Request <details> <summary>Incorporate changes via command line</summary> <pre> git fetch https://github.com/ArchiveBox/ArchiveBox pull/1168/head git merge --ff-only FETCH_HEAD git push</pre> </details> **NOTE**: As code is pushed to the original Pull Request, Sourcery will re-run and update (force-push) this Pull Request with new refactorings as necessary. If Sourcery finds no refactorings at any point, this Pull Request will be closed automatically. See our documentation [here](https://docs.sourcery.ai/GitHub/Using-Sourcery-for-GitHub/). <details> <summary>Run Sourcery locally</summary> <p> Reduce the feedback loop during development by using the Sourcery editor plugin: </p> <ul> <li><a href="https://sourcery.ai/download/?editor=vscode">VS Code</a></li> <li><a href="https://sourcery.ai/download/?editor=pycharm">PyCharm</a></li> </ul> </details> Help us [improve](https://research.typeform.com/to/j06Spdfr?type=fork_refactor&github_login=mAAdhaTTah&base_repo=https%3A%2F%2Fgithub.com%2FArchiveBox%2FArchiveBox.git&base_remote_ref=refs%2Fpull%2F1168%2Fhead&base_ref=dev&base_sha=181501fd36066f463b68099524e71401730bfaaf&head_repo=https%3A%2F%2Fgithub.com%2FArchiveBox%2FArchiveBox.git&head_ref=sourcery%2Fpull-1168&base_pr_number=1168&base_pr_state=open) this pull request! --- <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#4349
No description provided.