get_repo_stars_since
Identify which GitHub repos owned by a user gained the most new stars since a specified date. Solves tracking star growth trends.
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 |
|---|---|---|---|
| username | Yes | ||
| since | No | ||
| top_n | No | ||
| max_repos | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes | ||
| since | Yes | ||
| repos | Yes |