python-inoreader icon indicating copy to clipboard operation
python-inoreader copied to clipboard

a godsend package. But how would I get my "saved web pages" ?

Open tracure1337 opened this issue 4 years ago • 1 comments

Thanks so much for this, but how would I get my "saved wep pages" ?

tracure1337 avatar Apr 16 '21 07:04 tracure1337

notice that

Usage: inoreader [OPTIONS] COMMAND [ARGS]...

Options:
  -h, --help  Show this message and exit.

Commands:
  fetch-articles     Fetch articles by stream id

and about the stream id:

user/-/state/com.google/saved-web-pages - Saved web pages.

so you can use such the command

inoreader fetch-articles  -i user/-/state/com.google/saved-web-pages -o output.json

to do what you need

BeautyyuYanli avatar Jun 30 '21 16:06 BeautyyuYanli