Linusp / python-inoreader

Python wrapper of Inoreader API
65 stars 18 forks source link

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

Closed cocoonkid closed 6 months ago

cocoonkid commented 3 years ago

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

BeautyyuYanli commented 3 years ago

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