Path: blob/master/GitHub/GitHub_Get_Traffic_Clones_on_repository.ipynb
2973 views
Kernel: Python 3
GitHub - Get Traffic Clones on repository
Tags: #github #api #traffic #clones #plotly #linechart
Author: Florent Ravenel
Last update: 2023-04-12 (Created: 2023-02-08)
Description: This notebook will show how to get traffic clones on a GitHub repository.
Input
Import libraries
In [1]:
Setup Variables
Create your personal access token here
Select all scopes on "repo" section
In [2]:
Model
Get Traffic Clones
This function will get the traffic clones of a GitHub repository.
In [3]:
Output
Display data
In [4]:
Display graph
In [5]: