ghcontribs.get_monthly_contribs¶
- ghcontribs.get_monthly_contribs(user: str, year: int, month: int, auth: Tuple[str, str]) List[ghcontribs.contrib.GitHubContrib]¶
Get a user’s contributions for a given month.
- Parameters
user – username to get contributions for
year – year of the contributions
month – month for which to get contributions (January=1, December=12)
auth – authorization information for GitHub API
- Returns
list of user’s contributions for that time period