{"id":25268966,"url":"https://github.com/rajkumardongre/github-org-analyzer","last_synced_at":"2025-04-06T05:20:50.229Z","repository":{"id":183905520,"uuid":"668265107","full_name":"rajkumardongre/github-org-analyzer","owner":"rajkumardongre","description":"This Fortran package provides procedures to analyze GitHub organizations and retrieve valuable information about their repositories. By leveraging the power of the `http-client` package, this analyzer fetches data from the GitHub API to generate insightful reports.","archived":false,"fork":false,"pushed_at":"2023-07-26T08:25:11.000Z","size":7,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-12T10:56:21.483Z","etag":null,"topics":["analysis","fortran","fortran-package-manager","github","github-api","web-programming"],"latest_commit_sha":null,"homepage":"","language":"Fortran","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rajkumardongre.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-07-19T12:01:59.000Z","updated_at":"2023-12-28T08:42:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"5ef472b8-927f-46ac-b40c-c052196d4512","html_url":"https://github.com/rajkumardongre/github-org-analyzer","commit_stats":null,"previous_names":["rajkumardongre/github-org-analyzer"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajkumardongre%2Fgithub-org-analyzer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajkumardongre%2Fgithub-org-analyzer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajkumardongre%2Fgithub-org-analyzer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajkumardongre%2Fgithub-org-analyzer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rajkumardongre","download_url":"https://codeload.github.com/rajkumardongre/github-org-analyzer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247437579,"owners_count":20938743,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["analysis","fortran","fortran-package-manager","github","github-api","web-programming"],"created_at":"2025-02-12T10:45:34.925Z","updated_at":"2025-04-06T05:20:50.072Z","avatar_url":"https://github.com/rajkumardongre.png","language":"Fortran","funding_links":[],"categories":[],"sub_categories":[],"readme":"# github-org-analyzer\n\n![GitHub last commit](https://img.shields.io/github/last-commit/rajkumardongre/github-org-analyzer)\n![GitHub top language](https://img.shields.io/github/languages/top/rajkumardongre/github-org-analyzer)\n\nA GitHub organization analyzer written in Fortran, utilizing the [`http-client`](https://github.com/fortran-lang/http-client) package.\n\nThis Fortran package provides procedures to analyze GitHub organizations and retrieve valuable information about their repositories. By leveraging the power of the `http-client` package, this analyzer fetches data from the GitHub API to generate insightful reports.\n\n## Features\n\nThe `github-org-analyzer` package offers the following procedures:\n\n* `analyze_github_organization`: Provides detailed information about all repositories within the organization.\n* `get_top_active_repositories`: Retrieves information about the top active repositories within the organization.\n* `get_top_starred_repositories`: Retrieves information about the top starred repositories within the organization.\n* `get_most_used_repositories`: Retrieves information about the most used repositories within the organization.\n* `get_contributor_from_repositories`: Retrieves information about the contributors of the organization's repositories.\n\n## Prerequisites\n\nTo use the `github-org-analyzer` package, ensure you have the following dependencies installed:\n\n* Fortran compiler\n*  On Ubuntu, you need to install the curl development headers. Use the following command:\n```bash\nsudo apt install -y libcurl4-openssl-dev\n```\n\n## Installation\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/your-username/github-org-analyzer.git\n   ```\n\n2. Compile the package using your fpm:\n\n   ```bash\n   cd github-org-analyzer\n   fpm build\n   fpm run\n   ```\n\n## Usage\n\nTo use the procedures provided by `github-org-analyzer`, follow these steps:\n\n1. Import the package into your Fortran project:\n\n   ```fortran\n   use github_org_analyzer\n   ```\n\n2. Call the desired procedures to retrieve information about GitHub organizations and their repositories.\n\n   ```fortran\n   ! Analyze GitHub organization\n   call analyze_github_organization(\"your-github-org\")\n\n   ! Get information about top active repositories\n   call get_top_active_repositories(\"your-github-org\")\n\n   ! Get information about top starred repositories\n   call get_top_starred_repositories(\"your-github-org\")\n\n   ! Get information about most used repositories\n   call get_most_used_repositories(\"your-github-org\")\n\n   ! Get information about contributors from repositories\n   call get_contributor_from_repositories(\"your-github-org\", \"org-repository\")\n   ```\n\n## Contributing\n\nContributions are welcome! If you want to contribute to `github-org-analyzer`, please follow these steps:\n\n1. Fork the repository.\n2. Create a new branch for your feature or bug fix.\n3. Make your changes and commit them.\n4. Push your changes to your forked repository.\n5. Open a pull request, describing your changes and their benefits.\n\n\n\nHappy analyzing!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frajkumardongre%2Fgithub-org-analyzer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frajkumardongre%2Fgithub-org-analyzer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frajkumardongre%2Fgithub-org-analyzer/lists"}