[API Key Request]
Hi, I would like to use API keys with the Stacker News GraphQL API for the following reasons:
- I automate making 2 comments in the saloon daily. You can find my code here: https://github.com/SatsAllDay/sn-daily-mining
I expect to call the following GraphQL queries or mutations:
SubSearch
donateToRewards
upsertComment
I estimate that I will call the GraphQL API this many times (rough estimate is fine):
Each day my code currently calls the API 23 times:
SubSearch
x20donateToRewards
x 1upsertComment
x 2