Analysis of GitHub metrics using python and Graphql as the query language.
Project structure
github_metrics/ ├── github_api.py # Handles all GitHub API interactions ├── metrics_calculator.py # Processes fetched data and calculates metrics ├── main.py # Entry point to run the program ├── .env # Contains your GitHub token └── requirements.txt # List of required libraries