RSS reader client for Inoreader.
This RSS reader provide a similar experience to LDR.

window.getActiveItem for UserScript.
If you want to your Client ID/Secret of inoreader, do following steps:

You paste the Client ID and secret to Irodr Authorization.
Irodr provide some UserScript API for UserScript like Greasemonkey.
window.addEventListener("userscript-init", (event) => { /* Initialize UseScript object */ })window.userScript.getActiveContent(): UserScriptActiveContent | undefinedwindow.userScript.getActiveSubscription(): UserScriptActiveSubscription | undefinedwindow.userScript.triggerKey(keys: string, action?: string): voidFor more details, see UserScript API document. See also resources/userScript directory.
package.jsonRun following command and open local server.
npm start
# open http://localhost:13245/
http://irodr.netlify.com/ work on Netlify. Netlify support CORS proxy
This project use the server that avoid CORS for Inoreader.
npm start
A browser show a warning on https://irodr.netlify.com/ It is caused by Mixed content.
Run pwmetrics.
npm run pwmerics
See Releases page.
Install devDependencies and Run npm test:
npm i -d && npm test
Pull requests and stars are always welcome.
For bugs and feature requests, please create an issue.
git checkout -b my-new-featuregit commit -am 'Add some feature'git push origin my-new-featureMIT © azu
$ claude mcp add irodr \
-- python -m otcore.mcp_server <graph>