{"id":26440294,"url":"https://github.com/preocts/steggtistics","last_synced_at":"2025-08-30T23:44:52.289Z","repository":{"id":37938021,"uuid":"467323488","full_name":"Preocts/steggtistics","owner":"Preocts","description":"something","archived":false,"fork":false,"pushed_at":"2023-07-11T22:03:30.000Z","size":111,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-30T11:36:41.421Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/Preocts.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,"zenodo":null}},"created_at":"2022-03-08T01:44:25.000Z","updated_at":"2022-03-08T03:46:47.000Z","dependencies_parsed_at":"2025-07-21T20:42:35.026Z","dependency_job_id":null,"html_url":"https://github.com/Preocts/steggtistics","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Preocts/steggtistics","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Preocts%2Fsteggtistics","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Preocts%2Fsteggtistics/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Preocts%2Fsteggtistics/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Preocts%2Fsteggtistics/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Preocts","download_url":"https://codeload.github.com/Preocts/steggtistics/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Preocts%2Fsteggtistics/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272922274,"owners_count":25015766,"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","status":"online","status_checked_at":"2025-08-30T02:00:09.474Z","response_time":77,"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":[],"created_at":"2025-03-18T09:27:37.637Z","updated_at":"2025-08-30T23:44:52.270Z","avatar_url":"https://github.com/Preocts.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Code style:\nblack](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit\u0026logoColor=white)](https://github.com/pre-commit/pre-commit)\n[![pre-commit.ci\nstatus](https://results.pre-commit.ci/badge/github/Preocts/steggtistics/main.svg)](https://results.pre-commit.ci/latest/github/Preocts/steggtistics/main)\n[![Python\npackage](https://github.com/Preocts/steggtistics/actions/workflows/python-tests.yml/badge.svg?branch=main)](https://github.com/Preocts/steggtistics/actions/workflows/python-tests.yml)\n\n# st**egg**tistics\n\nPull from the `{user}/events` public API of GitHub.\n\n### Requirements\n\n- [Python](https://python.org) \u003e= 3.8\n\n## Internal Links\n\n- [Development Installation Guide](docs/development.md)\n\n\n---\n\nWIP - output to be parsed for metrics\n\n```py\nimport json\nfrom pathlib import Path\nfrom datetime import datetime\n\nfrom steggtistics.pull_user import PullUser\n\nsave_file = Path(f\"temp_{datetime.now().strftime('%Y.%m.%d')}_events.json\")\n\nresults = PullUser().pull_events(\"[USERNAME]\")\n\njson.dump([r.asdict() for r in results], save_file.open(\"w\"), indent=4)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpreocts%2Fsteggtistics","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpreocts%2Fsteggtistics","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpreocts%2Fsteggtistics/lists"}