Skip to content

Instantly share code, notes, and snippets.

@fguisso
fguisso / github-inspect.md
Last active August 31, 2025 23:14
Github API Get Data

This script performs a complete analysis of all repositories in an organization on GitHub. It saves the data to a JSON file and generates a statistical summary at the end.

🛠️ Requirements

  • Python 3.8+

  • Packages:

  • requests

  • python-dotenv