Post a comment
documentedSubmit a comment to a post or reply to a message.
POST /api/commentLinks & Commentsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://oauth.reddit.com/api/comment" \
-X POST \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "User-Agent: {{REDDIT_USER_AGENT}}" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Accept: application/json" \
-H "X-Reddit-API-Key: {{REDDIT_API_KEY}}" \
-d 'api_type=json&thing_id={{$thing_id}}&text={{$text}}'