get_github_trending_developers
Retrieve trending GitHub developers filtered by time range and programming language. Identify top contributors and influential programmers.
Instructions
Get GitHub trending developers/contributors. Use this when user asks about popular developers, top contributors, or influential programmers on GitHub.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| time_range | No | Time range for trending data. Use 'daily' for today/24h, 'weekly' for this week/7 days, 'monthly' for this month/30 days. | daily |
| language | No | Programming language filter. Examples: 'python', 'javascript', 'rust', 'go'. Leave empty for all languages. | |
| use_cache | No | Whether to use cached data. |