mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-25 09:06:02 +03:00
[PR #1168] [MERGED] Add Readwise Reader API parser #4350
Labels
No labels
expected: maybe someday
expected: next release
expected: release after next
expected: unlikely unless contributed
good first ticket
help wanted
pull-request
scope: all users
scope: windows users
size: easy
size: hard
size: medium
size: medium
status: backlog
status: blocked
status: done
status: idea-phase
status: needs followup
status: wip
status: wontfix
touches: API/CLI/Spec
touches: configuration
touches: data/schema/architecture
touches: dependencies/packaging
touches: docs
touches: js
touches: views/replayers/html/css
why: correctness
why: functionality
why: performance
why: security
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ArchiveBox#4350
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
dev← Head:add-readwise-reader📝 Commits (1)
181501fAdd 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
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.