get_repo_stars_since
Retrieve repos owned by a user that gained the most stars since a date. Use to track which repositories are gaining popularity over time.
Instructions
Return the repos owned by username that received the most new stars since a given date. since accepts YYYY-MM-DD or ISO 8601; defaults to 30 days ago. Answers prompts like 'which repos gained the most stars in the last 30 days'. One REST call is made per repo checked — set max_repos conservatively.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| since | No | ||
| top_n | No | ||
| username | Yes | ||
| max_repos | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repos | Yes | ||
| since | Yes | ||
| username | Yes |