はてなダイアリーの記事を一括ダウンロードするツール。
Install with npm:
npm install hatenadiary-downloader -g
# or
npx hatenadiary-downloader [option]
Requirement:
- Node.js 10+
Usage
$ hatenadiary-downloader <URL>
Options:
--sortOrder "ascending" or "descending" (default: ascending)
--output -o output path
Examples
$ hatenadiary-downloader "http://d.hatena.ne.jp/t-wada/searchdiary?word=*[XP]" -o ./index.html
特定のダイアリーをすべてダウンロード
hatenadiary-downloader "http://d.hatena.ne.jp/hatenadiary/" -o ./index.html
特定のダイアリーの特定のカテゴリのみをダウンロード
hatenadiary-downloader "http://d.hatena.ne.jp/t-wada/searchdiary?word=*[XP]" -o ./index.html
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