pm4py.algo.connectors.variants.github_repo module#
- class pm4py.algo.connectors.variants.github_repo.Parameters(*values)[source]#
Bases:
Enum- OWNER = 'owner'#
- REPOSITORY = 'repository'#
- AUTH_TOKEN = 'auth_token'#
- pm4py.algo.connectors.variants.github_repo.apply(parameters: Dict[Any, 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:
prameters – Parameters of the algorithm, including: - Parameters.OWNER => owner of the repository (e.g., pm4py) - Parameters.REPOSITORY => name of the repository (e.g., pm4py-core) - Parameters.AUTH_TOKEN => authorization token
- Returns:
Pandas dataframe
- Return type:
dataframe