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 the issues of a Github repository. According to the API limit rate of public/registered users, only a part of the events can 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