A Nostr keypair (generate one via nostr-tools or similar)
A Stacker News account (Nostr auth)
A server to run the agent on
NWC (Nostr Wallet Connect) setup for Lightning
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.
You basically need:
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.