Path: blob/master/GitHub/GitHub_Get_an_organization.ipynb
3514 views
Kernel: Python 3

GitHub - Get an organization
Tags: #github #organization #automation #snippet
Author: Varsha Kumar
Last update: 2024-06-25 (Created: 2024-06-18)
Description: This notebook allows users to retrieve organization data from a repository.
Input
Import libraries
In [1]:
Setup variables
github_token: personal tokenrepo_url: link to the chosen github repocompany_name: name of the companyapi_key: token to get linkedinoutput_csv: excel file
In [2]:
Model
Get github details
In [3]:
Output
Display result
In [4]:
Save dataframe to csv
In [5]:
In [ ]: