Path: blob/master/GitHub/GitHub_Get_commits_ranking_from_repository.ipynb
2973 views
Kernel: Python 3
GitHub - Get commits ranking from repository
Tags: #github #repos #commits #stats #naas_drivers #plotly #linechart #operations #analytics #dataframe #html
Author: Varsha Kumar
Last update: 2024-06-12 (Created: 2022-03-18)
Description: This notebook provides a way to view the commit rankings of a github repository.
Input
In [1]:
Setup variables
github_token
: personal token createsgithub_url
: link to the chosen github repo
In [2]:
Model
Get commits from repository url
In [3]:
Output
Display result on a table
In [4]:
Display result on bar chart
In [5]:
In [ ]: