user_analysis
Analyze a Reddit user's posting history, karma, and activity patterns. Returns posts, comments, and statistics.
Instructions
Analyze a Reddit user's posting history, karma, and activity patterns. Returns posts, comments, and statistics.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes | Reddit username without u/ prefix | |
| time_range | No | Time range for posts/comments (default: month). Note: When set to values other than "all", posts are sorted by top scores within that period. When set to "all", posts are sorted by newest | month |
| posts_limit | No | Default 10, range (0-100). Change ONLY IF user specifies. | |
| comments_limit | No | Default 10, range (0-100). Override ONLY IF user asks. | |
| top_subreddits_limit | No | Default 10, range (1-50). Change ONLY IF user requests. |