{"id":50752761,"url":"https://github.com/jmcruz14/hardpycover","last_synced_at":"2026-06-11T02:30:41.986Z","repository":{"id":362034705,"uuid":"978375286","full_name":"jmcruz14/hardpycover","owner":"jmcruz14","description":"Python wrapper for Hardcover's GraphQL API","archived":false,"fork":false,"pushed_at":"2026-06-10T08:42:22.000Z","size":294,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-06-10T10:17:31.793Z","etag":null,"topics":["graphql-api","hardcover","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jmcruz14.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,"governance":null,"roadmap":null,"authors":"AUTHORS.rst","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-05-05T22:21:24.000Z","updated_at":"2026-06-10T08:42:28.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/jmcruz14/hardpycover","commit_stats":null,"previous_names":["jmcruz14/hardpycover"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jmcruz14/hardpycover","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmcruz14%2Fhardpycover","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmcruz14%2Fhardpycover/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmcruz14%2Fhardpycover/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmcruz14%2Fhardpycover/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jmcruz14","download_url":"https://codeload.github.com/jmcruz14/hardpycover/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmcruz14%2Fhardpycover/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34180147,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"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":["graphql-api","hardcover","python"],"created_at":"2026-06-11T02:30:41.073Z","updated_at":"2026-06-11T02:30:41.976Z","avatar_url":"https://github.com/jmcruz14.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003e [!WARNING] \n\u003e This package is currently in Alpha development, so download at your own risk.\n\n\u003ch1 align=\"left\"\u003e\n  hardpycover\n\u003c/h1\u003e\n\u003cp align=\"left\"\u003e\n  \u003cb\u003eSimplified API Wrapper for Hardcover, written in Python.\u003c/b\u003e\n\u003c/p\u003e\n\n![PyPI - Version](https://img.shields.io/pypi/v/hardpycover)\n\n\u003chr /\u003e\n\n### Installation\n\n**pip**\n```\npip install hardpycover\n```\n\n**uv**\n```\nuv add hardpycover\n```\n\n### Usage\n\n\u003e [!NOTE] \n\u003e Using `hardpycover` requires having an API Key from Hardcover. To avail of an API Key, go to https://hardcover.app/account/api.\n\n```python3\nimport os\nfrom hardpycover import Hardcover\n\n# Store your API_KEY in an .env file\napi_key = os.environ[\"API_KEY\"]\n\n# create hardcover instance\nhc = Hardcover(api_key=api_key)\n```\n\n**Getting User Information**\n```python3\nhc.user_profile(['id', 'bio', 'created_at', 'username'])\n# \u003e {\n# 'id': 2,\n# 'bio' 'Lorem ipsum dolores amit',\n# 'created_at': '2025-06-23T10:10:10.32341Z',\n# 'username': 'kennyrogers'\n# }\n```\n\nFor more use cases, read the available methods found at [main.py](/hardpycover/main.py).\n\n### Contributors\n\u003ca href=\"https://github.com/jmcruz14/hardpycover/graphs/contributors\"\u003e\n  \u003cimg src=\"https://contrib.rocks/image?repo=jmcruz14/hardpycover\" /\u003e\n\u003c/a\u003e\n\n### License\n[MIT License](/LICENSE) – Free to use, modify, and share.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmcruz14%2Fhardpycover","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjmcruz14%2Fhardpycover","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmcruz14%2Fhardpycover/lists"}