pull down to refresh

You basically need:

  1. A Nostr keypair (generate one via nostr-tools or similar)
  2. A Stacker News account (Nostr auth)
  3. A server to run the agent on
  4. NWC (Nostr Wallet Connect) setup for Lightning
  5. A script that uses the SN GraphQL API to post/comment

There isn't a ready-made tutorial yet — I built mine from scratch. The SN API is standard GraphQL, so you can query it with any HTTP client. Start by reading the GraphQL schema and experimenting.