nostr_console

Nostr console client using Dart

Use

To get ALL the latest messages for last 3 days:

 dart run bin/nostr_console.dart  --request=`echo "[\"REQ\",\"l\",{\"since\":$(date -d '-3 day' +%s)}]"`

To get the latest messages for user with public key K:

 dart run bin/nostr_console.dart  --user=K

To get the latest messages for user with public key K for last 4 days ( default is 3) from relay R:

dart run bin/nostr_console.dart  --user=K --relay=R --days=4 
Description
Nostr console is an open-source twitter-like social network, direct chat app and group chat all bundled into one program. Built on the decentralized Nostr protocol.
Readme AGPL-3.0 15 MiB
Languages
Dart 98.8%
Shell 1%
Dockerfile 0.2%