pm4py.connectors.extract_log_github#
- pm4py.connectors.extract_log_github(owner: str = 'pm4py', repo: str = 'pm4py-core', auth_token: str | None = None) DataFrame [source]#
Extracts a DataFrame containing the history of issues from a GitHub repository. Due to API rate limits for public and registered users, only a subset of events may be returned.
- Parameters:
owner (
str
) – Owner of the repository (e.g., pm4py).repo (
str
) – Name of the repository (e.g., pm4py-core).auth_token – Authorization token.
- Return type:
pd.DataFrame