1
0
Fork 0
mirror of synced 2024-06-28 11:00:35 +12:00
ArchiveBox/archivebox/parsers
mAAdhaTTah ac7ad9e942
Add parser for Pocket API
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.
2020-12-04 22:54:39 -05:00
..
__init__.py Add parser for Pocket API 2020-12-04 22:54:39 -05:00
generic_html.py fix parser docstring 2020-08-18 09:20:05 -04:00
generic_json.py make all parsers accept arbitrary meta kwargs 2020-08-18 08:27:47 -04:00
generic_rss.py make all parsers accept arbitrary meta kwargs 2020-08-18 08:27:47 -04:00
generic_txt.py make all parsers accept arbitrary meta kwargs 2020-08-18 08:27:47 -04:00
medium_rss.py make all parsers accept arbitrary meta kwargs 2020-08-18 08:27:47 -04:00
netscape_html.py make all parsers accept arbitrary meta kwargs 2020-08-18 08:27:47 -04:00
pinboard_rss.py make all parsers accept arbitrary meta kwargs 2020-08-18 08:27:47 -04:00
pocket_api.py Add parser for Pocket API 2020-12-04 22:54:39 -05:00
pocket_html.py make all parsers accept arbitrary meta kwargs 2020-08-18 08:27:47 -04:00
shaarli_rss.py make all parsers accept arbitrary meta kwargs 2020-08-18 08:27:47 -04:00
wallabag_atom.py Add parser for Wallabag Atom feeds 2020-10-18 11:20:07 +02:00