Path: blob/master/GitHub/GitHub_Get_Traffic_Views_on_repository.ipynb
2973 views
Kernel: Python 3
GitHub - Get Traffic Views on repository
Tags: #github #api #traffic #views #plotly #linechart #analytics
Author: Florent Ravenel
Last update: 2023-04-12 (Created: 2023-02-16)
Description: This notebook will show how to get traffic views 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 Views
This function will get the traffic views of a GitHub repository.
In [3]:
Output
Display data
In [4]:
Display graph
In [5]:
In [ ]: