Vote on a post or comment
documentedCast an upvote, downvote, or remove vote on a link/comment.
POST /api/voteLinks & 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/vote" \
-X POST \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "User-Agent: {{USER_AGENT}}" \
-H "Accept: application/json" \
-H "Content-Type: application/x-www-form-urlencoded" \
-d "dir={{$dir}}&id={{$id}}"