Path: blob/master/GitHub/GitHub_Get_profile_from_user.ipynb
2973 views
Kernel: Python 3
GitHub - Get profile from user
Tags: #github #user #profile #operations #snippet #dataframe
Author: Varsha Kumar
Last update: 2024-06-25 (Created: 2022-03-18)
Description: This notebook provides a way to retrieve a user's profile information from GitHub.
Input
Import libraries
In [1]:
Setup variables
github_username
: user profileGITHUB_TOKEN
: token to access github informationoutput_csv
: excel file
In [3]:
Model
Get profile from user
In [4]:
Output
Display result
In [5]:
Save dataframe to csv
In [7]:
In [ ]: