github_user_followers
Retrieve a paginated list of a GitHub user's followers, showing public accounts following them. Provide username and optional page and per_page parameters.
Instructions
List a GitHub user's followers. Returns a page of the public accounts following a GitHub user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number | |
| per_page | No | Results per page (max 100) | |
| username | Yes | GitHub username |