mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-25 09:06:02 +03:00
[GH-ISSUE #121] Support password protected Pocket feeds #80
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#80
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?
Originally created by @ghost on GitHub (Dec 5, 2018).
Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/121
I would love to have the option to pass my authorization data to Pocket in order to get links from private and password protected feed.
Here is the setting: https://getpocket.com/privacy_controls/
If option is on - Pocket requires authorization, but Bookmark Archiver appears doesn`t support that.
@pirate commented on GitHub (Dec 5, 2018):
You can get pocket links from a private account using their export feature here: https://getpocket.com/export
We wont be able to get the live feed unless we do a full on API integration with Pocket API keys and a backend running somewhere, so I cant promise we'll get around to that anytime soon.
The alternative is to use their password protected RSS feed feature. For now you can hack that together by downloading the password protected file using
curlorwgetto do the HTTP auth, and then pipe the downloaded file into ArchiveBox.@mAAdhaTTah commented on GitHub (Nov 14, 2020):
Related to #528.
@pirate commented on GitHub (Jan 22, 2021):
This should work now in >=v0.5.4 thanks to @mAAdhaTTah, give it a try @ghost and comment back here if you have any troubles.