Convert exported json from LDR to opml with rate.
LDRのフィードデータからレート(★★★☆☆)をカテゴリとしたOPML(XML)ファイルを作成するツールです。
Live Dwango Readerから他のRSSリーダへ移行する際に、レートデータを維持して移行する用途です。
- Node.js 6>=
- 後述する
ldr.json
Install with npm:
npm install ldr-export-opml -g
Usage
$ ldr-export-opml ldr.json
Options:
--output path to output
Examples
$ ldr-export-opml path/to/ldr.json
$ cat path/to/ldr.json | ldr-export-opml
ldr.json is response of http://reader.livedoor.com/api/subs?unread=0
API.
- ブラウザの開発者ツールでネットワークを開く
- "編集"をクリック
http://reader.livedoor.com/api/subs?unread=0
へのリクエストを探す- レスポンスをコピーして
ldr.json
として保存する
ldr.json
にはカテゴリ、レートなどの情報が含まれています。
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.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
MIT © azu