doudou0720/Flarum Comment Fetcher
Fetch comments from a specific Flarum discussion
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| flarum_url | The base URL of the Flarum forum (e.g., https://forum.smart-teach.cn) | yes | — |
| discussion_id | The discussion/post ID to fetch comments from | yes | — |
| post_id | Specific post ID to fetch (optional, leave empty to get all comments) | no | — |
| comment_id | Filter to return only this specific comment ID from all comments (optional) | no | — |
Outputs
| name | description |
|---|---|
| comments | JSON string of comments array |