@radzor/reddit-post
Post to Reddit using the Reddit API. Submit text or link posts and manage comments.
Mediav0.1.0typescriptpythonServerredditsocialpostcommentsapiby Radzor
Install
View source on GitHub →$npx radzor@latest add reddit-post
⚠ Constraints: Requires Reddit API credentials (client ID, secret, username, password). Rate-limited to 60 requests/minute by Reddit. OAuth token is refreshed automatically.
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| clientId* | string | — | Reddit app client ID. |
| clientSecret* | string | — | Reddit app client secret.REDDIT_CLIENT_SECRET |
| username* | string | — | Reddit username. |
| password* | string | — | Reddit password.REDDIT_PASSWORD |
clientId*string
Reddit app client ID.