{"id":20255472,"url":"https://github.com/wauzmons/github-stats","last_synced_at":"2025-10-16T16:51:40.703Z","repository":{"id":37538750,"uuid":"322423894","full_name":"Wauzmons/github-stats","owner":"Wauzmons","description":"GitHub Usage Statistics","archived":false,"fork":false,"pushed_at":"2023-01-26T11:05:28.000Z","size":1554,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-14T03:40:54.599Z","etag":null,"topics":["github-stats"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Wauzmons.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-12-17T22:05:45.000Z","updated_at":"2024-01-12T18:16:59.000Z","dependencies_parsed_at":"2023-02-14T16:35:18.647Z","dependency_job_id":null,"html_url":"https://github.com/Wauzmons/github-stats","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"jstrieb/github-stats","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wauzmons%2Fgithub-stats","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wauzmons%2Fgithub-stats/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wauzmons%2Fgithub-stats/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wauzmons%2Fgithub-stats/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Wauzmons","download_url":"https://codeload.github.com/Wauzmons/github-stats/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241710029,"owners_count":20007150,"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":["github-stats"],"created_at":"2024-11-14T10:38:48.651Z","updated_at":"2025-10-16T16:51:35.679Z","avatar_url":"https://github.com/Wauzmons.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [GitHub Stats Visualization](https://github.com/jstrieb/github-stats)\n\n\u003ca href=\"https://github.com/jstrieb/github-stats\"\u003e\n\n![](https://github.com/Wauzmons/github-stats/blob/master/generated/overview.svg)\n![](https://github.com/Wauzmons/github-stats/blob/master/generated/languages.svg)\n\n\u003c/a\u003e\n\nGenerate visualizations of GitHub user and repository statistics using GitHub\nActions.\n\nThis project is currently a work-in-progress; there will always be more\ninteresting stats to display.\n\n## Background\n\nWhen someone views a profile on GitHub, it is often because they are curious\nabout a user's open source projects and contributions. Unfortunately, that\nuser's stars, forks, and pinned repositories do not necessarily reflect the\ncontributions they make to private repositories. The data likewise does not\npresent a complete picture of the user's total contributions beyond the current\nyear.\n\nThis project aims to collect a variety of profile and repository statistics\nusing the GitHub API. It then generates images that can be displayed in\nrepository READMEs, or in a user's [Profile\nREADME](https://docs.github.com/en/github/setting-up-and-managing-your-github-profile/managing-your-profile-readme).\n\nSince the project runs on GitHub Actions, no server is required to regularly\nregenerate the images with updated statistics. Likewise, since the user runs\nthe analysis code themselves via GitHub Actions, they can use their GitHub\naccess token to collect statistics on private repositories that an external\nservice would be unable to access.\n\n## Disclaimer\n\nIf the project is used with an access token that has sufficient permissions to\nread private repositories, it may leak details about those repositories in\nerror messages. For example, the `aiohttp` library—used for asynchronous API\nrequests—may include the requested URL in exceptions, which can leak the name\nof private repositories. If there is an exception caused by `aiohttp`, this\nexception will be viewable in the Actions tab of the repository fork, and\nanyone may be able to see the name of one or more private repositories.\n\nDue to some issues with the GitHub statistics API, there are some situations\nwhere it returns inaccurate results. Specifically, the repository view count\nstatistics and total lines of code modified are probably somewhat inaccurate.\nUnexpectedly, these values will become more accurate over time as GitHub\ncaches statistics for your repositories. For more information, see issue\n[#2](https://github.com/jstrieb/github-stats/issues/2) and\n[#3](https://github.com/jstrieb/github-stats/issues/3).\n\n# Installation\n\n\u003c!-- TODO: Add details and screenshots --\u003e\n\n1. Create a personal access token (not the default GitHub Actions token) using\n   the instructions\n   [here](https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token).\n   Personal access token must have permissions: `read:user` and `repo`. Copy\n   the access token when it is generated – if you lose it, you will have to\n   regenerate the token.\n2. Click [here](https://github.com/jstrieb/github-stats/generate) to create a\n   fork of this repository\n3. If this is the README of your fork, click [this\n   link](../../settings/secrets/actions) to go to the \"Secrets\" page.\n   Otherwise, go to the \"Settings\" tab of the newly-created repository and go\n   to the \"Secrets\" page (bottom left).\n4. Create a new secret with the name `ACCESS_TOKEN` and paste the copied\n   personal access token as the value.\n5. If you want to ignore certain repos, add them (separated by commas) to a new\n   secret—created as before—called `EXCLUDED`.\n6. Go to the [Actions\n   Page](../../actions?query=workflow%3A\"Generate+Stats+Images\") and press \"Run\n   Workflow\" on the right side of the screen to generate images for the first\n   time. The images will be periodically generated every hour, but they can be\n   manually regenerated by manually running the workflow.\n7. Check out the images that have been created in the [`generated`](generated)\n   folder.\n8. Link back to this repository so that others can generate their own\n   statistics images.\n9. Star this repo if you like it!\n\n## Excluded\n\nWauzmons/MinecraftWorlds,Wauzmons/Stuff,Wauzmons/Website\n\n# Related Projects\n\n- Inspired by a desire to improve upon\n  [anuraghazra/github-readme-stats](https://github.com/anuraghazra/github-readme-stats)\n- Makes use of [GitHub Octicons](https://primer.style/octicons/) to precisely\n  match the GitHub UI\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwauzmons%2Fgithub-stats","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwauzmons%2Fgithub-stats","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwauzmons%2Fgithub-stats/lists"}