-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for the cli option to add feeds #25
Comments
@rsguhr Thank you for your great advice! I implemented as you suggested. The code is here: #26 |
Perfect , worked like a charm :) I tested But I have one question:
(Should In my ugly bash script I use the folder parameter with the |
I've fixed it. Thanks for the test! |
Would be great if we cloud use the tool to add feeds via command line
@pinlin168 seems to have already built something with the quickadd function and a file with urls into his fork:
master...pinlin168:python-inoreader:master
With quickadd you can not specify a folder/label. Think the way via edit is more useful.
https://www.inoreader.com/developers/edit-subscription
Maybe something like this?
inoreader edit-subscriptions --action follow --streamid https://hnrss.org/newest
inoreader edit-subscriptions --action follow --streamid https://hnrss.org/newest --folder user/-/label/Tech
(or a short form like Tech only?)The text was updated successfully, but these errors were encountered: