Path: blob/master/GitHub/GitHub_Follow_stargazers_trend.ipynb
2973 views
GitHub - Follow stargazers trend
Tags: #github #stars #stargazers #naas_drivers #operations #analytics #html #plotly #csv #image #png
Author: Sanjeet Attili
Last update: 2023-04-12 (Created: 2023-03-24)
Description: This notebook creates a linechart to follow the trend of stars received on a specific repository. A csv, html and png files will be created as output with the possibility to be shared with a naas asset link.
Input
Imports
Setup Variables
Create your GitHub personal access token
token
: GitHub personal access tokenrepo_url
: URL of the GitHub repositoryname_output
: By default, we will use the repository namecsv_output
: By default, we will use the repository name + .csv extensionhtml_output
: By default, we will use the repository name + .html extensionimage_output
: By default, we will use the repository name + .png extension