Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
jupyter-naas
GitHub Repository: jupyter-naas/awesome-notebooks
Path: blob/master/GitHub/GitHub_Get_active_projects.ipynb
2973 views
Kernel: Python 3

GitHub.png

GitHub - Get active projects

Give Feedback | Bug report

Tags: #github #projects #operations #snippet #dataframe

Last update: 2023-04-12 (Created: 2022-03-18)

Description: This notebook provides an overview of active projects on GitHub.

Input

Imports

from naas_drivers import github

Variables

# Github project url PROJECT_URL = "https://github.com/orgs/jupyter-naas/projects" # Github token GITHUB_TOKEN = "ghp_COJiJEU4cQR4rjslUjM9Duxxxxxx"

Model

df_projects = github.connect(GITHUB_TOKEN).projects.get(PROJECT_URL)

Output

Display result

df_projects.head()