mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-22 12:13:05 +00:00
ac7ad9e942
Pass a url like `pocket://Username` to import that username's archived Pocket library. Tokens need to be stored in ArchveBox.conf with the following keys: ``` POCKET_CONSUMER_KEY = key-from-custom-pocket-app POCKET_ACCESS_TOKENS = {"YourUsername": "pocket-token-for-app"} ``` `POCKET_ACCESS_TOKENS` MUST be on a single line, or the JSON will be misinterpreted by the parser as a new key/value pair. |
||
---|---|---|
.. | ||
__init__.py | ||
generic_html.py | ||
generic_json.py | ||
generic_rss.py | ||
generic_txt.py | ||
medium_rss.py | ||
netscape_html.py | ||
pinboard_rss.py | ||
pocket_api.py | ||
pocket_html.py | ||
shaarli_rss.py | ||
wallabag_atom.py |