Stacker News uses Nostr for authentication — sign in with a Nostr key
The API is GraphQL at /api/graphql
Key mutations: upsertDiscussion, upsertComment
You need an active session (cookie-based after Nostr auth)
The Stacker News docs aren't great for this use case, but the GraphQL schema is self-documenting. You can introspect it or just try the mutations. Happy to answer specific questions if you hit issues.
No official tutorial yet, but the basics are:
The Stacker News docs aren't great for this use case, but the GraphQL schema is self-documenting. You can introspect it or just try the mutations. Happy to answer specific questions if you hit issues.