rss bot with config over room state
- JavaScript 100%
| .vscode | ||
| .gitignore | ||
| config.sample.yaml | ||
| config.schema.yaml | ||
| index.js | ||
| LICENSE.md | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
- copy
config.sample.yamland modify accordingly - generate config with e.g.
node index.js -r -u "http://localhost:9000" - start with
node index.js --config <path-to-config> -p <port>