Still WIP, proper readme will be supplied later
NOTE: you need Inoreader Pro (paid!) account to use the API
- to install, run `pip3 install –user ‘git+https://github.com/karlicoss/inoreaderexport[export]’`
- set up the application on Inoreader website https://www.inoreader.com/#preferences-developer
take note of
app_idapp_keyredirect_uri
come up with a path to
token.jsonfile (it won’t exist at first, will get initialized during the initial login)token_path
put these in the
secrets.pyfileOn the first export, call the tool with
--login(in addition to--secrets!), it will give you the instructions to authorise the script for Inoreader data accessAfter that you should be able to use the tool just by passing
--secrets. The token should get refresh automatically when you run the script.