Thanks to visit codestin.com
Credit goes to github.com

Skip to content

muimui20080903/note-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

note-downloader

note.comの記事をローカルに保存する。

使用方法 usage

準備

noteHTML
noteJSON
noteUrlList.json
.env

を作る

#.env
login = "<自分のユーザーID>"
password = "<パスワード>"
"noteUrlList.json":"保存したいnoteのリスト",
[
    {   
        "title":"",
        "url":""
    },
]

cookie情報の取得(一回目のみ)

$ deno task cookie
# cookieの情報が`.env`に書き込まれる

実行

$ deno task start

参考にしたサイト

About

note.comの投稿をローカルに保存する

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published