You can use websocat to query a relay for some of your posts, then pipe them to a file for further analysis.
echo ‘[“REQ”,”1”,{“ids”:[“your_hex_pubkey”],”limit”:10}]’ | websocat wss://some.nostr.relay > your-posts.json
You can use websocat to query a relay for some of your posts, then pipe them to a file for further analysis.
echo ‘[“REQ”,”1”,{“ids”:[“your_hex_pubkey”],”limit”:10}]’ | websocat wss://some.nostr.relay > your-posts.json