Template request | Bug report | Generate Data Product
Tags: #github #user #profile #operations #snippet #dataframe
Author: Sanjeet Attili
Description: This notebook provides a way to retrieve a user's profile information from GitHub.
from naas_drivers import github
USER_URL = "https://github.com/FlorentLvr"
GITHUB_TOKEN = "ghp_Stz3qlkR3b00nKUW8rxJoxxxxxxxxxxxx"
df_user = github.connect(GITHUB_TOKEN).users.get_profile(USER_URL)
df_user