{"id":20227992,"url":"https://github.com/andrewpetrochenkov/github-octolytics.py","last_synced_at":"2026-05-01T22:35:24.424Z","repository":{"id":57434594,"uuid":"217870001","full_name":"andrewpetrochenkov/github-octolytics.py","owner":"andrewpetrochenkov","description":":octocat: github octolytics parser","archived":false,"fork":false,"pushed_at":"2020-12-03T20:57:41.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-10T17:03:13.274Z","etag":null,"topics":["github","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/andrewpetrochenkov.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}},"created_at":"2019-10-27T14:49:33.000Z","updated_at":"2022-07-09T08:20:49.000Z","dependencies_parsed_at":"2022-09-04T15:23:09.965Z","dependency_job_id":null,"html_url":"https://github.com/andrewpetrochenkov/github-octolytics.py","commit_stats":null,"previous_names":["andrewpetrochenkov/github-octolytics.py","andrewp-as-is/github-octolytics.py"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/andrewpetrochenkov/github-octolytics.py","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewpetrochenkov%2Fgithub-octolytics.py","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewpetrochenkov%2Fgithub-octolytics.py/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewpetrochenkov%2Fgithub-octolytics.py/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewpetrochenkov%2Fgithub-octolytics.py/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andrewpetrochenkov","download_url":"https://codeload.github.com/andrewpetrochenkov/github-octolytics.py/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewpetrochenkov%2Fgithub-octolytics.py/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32515838,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","python"],"created_at":"2024-11-14T07:27:54.319Z","updated_at":"2026-05-01T22:35:24.406Z","avatar_url":"https://github.com/andrewpetrochenkov.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--\nhttps://readme42.com\n--\u003e\n\n\n[![](https://img.shields.io/pypi/v/github-octolytics.svg?maxAge=3600)](https://pypi.org/project/github-octolytics/)\n[![](https://img.shields.io/badge/License-Unlicense-blue.svg?longCache=True)](https://unlicense.org/)\n[![](https://github.com/andrewp-as-is/github-octolytics.py/workflows/tests42/badge.svg)](https://github.com/andrewp-as-is/github-octolytics.py/actions)\n\n### Installation\n```bash\n$ [sudo] pip install github-octolytics\n```\n\n#### Examples\n```python\n\u003e\u003e\u003e import github_octolytics\n\u003e\u003e\u003e github_octolytics.get('https://github.com/django/django')\n{'octolytics-host': 'collector.githubapp.com', 'octolytics-app-id': 'github', 'octolytics-event-url': 'https://collector.githubapp.com/github-external/browser_event', 'octolytics-dimension-request_id': '6C86:1AB6A:1553F2A:20148E0:5DB5986A', 'octolytics-dimension-region_edge': 'ams', 'octolytics-dimension-region_render': 'iad', 'octolytics-dimension-ga_id': '', 'octolytics-dimension-visitor_id': 6848789782742800491, 'octolytics-dimension-user_id': 27804, 'octolytics-dimension-user_login': 'django', 'octolytics-dimension-repository_id': 4164482, 'octolytics-dimension-repository_nwo': 'django/django', 'octolytics-dimension-repository_public': True, 'octolytics-dimension-repository_is_fork': False, 'octolytics-dimension-repository_network_root_id': 4164482, 'octolytics-dimension-repository_network_root_nwo': 'django/django', 'octolytics-dimension-repository_explore_github_marketplace_ci_cta_shown': False}\n\n```\n\n```python\n\u003e\u003e\u003e import requests\n\u003e\u003e\u003e r = requests.get('https://github.com/django/django')\n\u003e\u003e\u003e github_octolytics.parse(r.text)\n{...}\n```\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://readme42.com/\"\u003ereadme42.com\u003c/a\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewpetrochenkov%2Fgithub-octolytics.py","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrewpetrochenkov%2Fgithub-octolytics.py","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewpetrochenkov%2Fgithub-octolytics.py/lists"}