0%

Nostr: 投稿を HTML として保存する

以下のスクリプトを使用して、Nostr (ノスター、ノストラ、ノストル) の投稿を HTML として保存する。

vercel-nostr-posts: https://github.com/AsaiToshiya/vercel-nostr-posts

vercel-nostr-posts

手順

1. リポジトリをセットアップ

1
2
3
git clone --recursive https://github.com/AsaiToshiya/vercel-nostr-posts.git
cd vercel-nostr-posts
npm install

2. index.js 内の投稿者の公開鍵を変更

index.js:

1
2
// 投稿者の公開鍵 (16 進数)
const PK = "0a2f19dc1a185792c3b0376f1d7f9971295e8932966c397935a5dddd1451a25a";

3. スクリプトを実行

1
$ node index.js

カレント ディレクトリーに index.html と hashtag.html が作成される。

index.html:

index-html.png

hashtag.html:

hashtag-html.png