{"id":15023081,"url":"https://github.com/buried-in-code/himon","last_synced_at":"2025-10-08T18:27:45.022Z","repository":{"id":48137193,"uuid":"514969599","full_name":"Buried-In-Code/Himon","owner":"Buried-In-Code","description":"A Python wrapper for League of Comic Geeks.","archived":false,"fork":false,"pushed_at":"2024-08-26T20:53:52.000Z","size":204,"stargazers_count":8,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-16T09:41:58.186Z","etag":null,"topics":["comics","league-of-comic-geeks-api","mkdocs","pypi-package","python","python-3","read-the-docs"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/himon","language":"Python","has_issues":true,"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/Buried-In-Code.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":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-07-17T22:29:16.000Z","updated_at":"2024-10-08T19:07:47.000Z","dependencies_parsed_at":"2023-12-25T20:55:46.811Z","dependency_job_id":"9151a200-7ff8-428f-9247-ebf715a217d1","html_url":"https://github.com/Buried-In-Code/Himon","commit_stats":{"total_commits":18,"total_committers":1,"mean_commits":18.0,"dds":0.0,"last_synced_commit":"93af6f512865a5b7d2592adb1775a9b52448d95c"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Buried-In-Code%2FHimon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Buried-In-Code%2FHimon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Buried-In-Code%2FHimon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Buried-In-Code%2FHimon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Buried-In-Code","download_url":"https://codeload.github.com/Buried-In-Code/Himon/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235043924,"owners_count":18927011,"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":["comics","league-of-comic-geeks-api","mkdocs","pypi-package","python","python-3","read-the-docs"],"created_at":"2024-09-24T19:58:42.997Z","updated_at":"2025-10-08T18:27:39.985Z","avatar_url":"https://github.com/Buried-In-Code.png","language":"Python","readme":"# Himon\n\n[![PyPI - Python](https://img.shields.io/pypi/pyversions/Himon.svg?logo=Python\u0026label=Python\u0026style=flat-square)](https://pypi.python.org/pypi/Himon/)\n[![PyPI - Status](https://img.shields.io/pypi/status/Himon.svg?logo=Python\u0026label=Status\u0026style=flat-square)](https://pypi.python.org/pypi/Himon/)\n[![PyPI - Version](https://img.shields.io/pypi/v/Himon.svg?logo=Python\u0026label=Version\u0026style=flat-square)](https://pypi.python.org/pypi/Himon/)\n[![PyPI - License](https://img.shields.io/pypi/l/Himon.svg?logo=Python\u0026label=License\u0026style=flat-square)](https://opensource.org/licenses/MIT)\n\n[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-informational?logo=pre-commit\u0026style=flat-square)](https://github.com/pre-commit/pre-commit)\n[![Ruff](https://img.shields.io/badge/ruff-enabled-informational?logo=ruff\u0026style=flat-square)](https://github.com/astral-sh/ruff)\n\n[![Github - Contributors](https://img.shields.io/github/contributors/Buried-In-Code/Himon.svg?logo=Github\u0026label=Contributors\u0026style=flat-square)](https://github.com/Buried-In-Code/Himon/graphs/contributors)\n[![Github Action - Testing](https://img.shields.io/github/actions/workflow/status/Buried-In-Code/Himon/testing.yaml?branch=main\u0026logo=Github\u0026label=Testing\u0026style=flat-square)](https://github.com/Buried-In-Code/Himon/actions/workflows/testing.yaml)\n[![Github Action - Publishing](https://img.shields.io/github/actions/workflow/status/Buried-In-Code/Himon/publishing.yaml?branch=main\u0026logo=Github\u0026label=Publishing\u0026style=flat-square)](https://github.com/Buried-In-Code/Himon/actions/workflows/publishing.yaml)\n\n[![Read the Docs](https://img.shields.io/readthedocs/himon?label=Read-the-Docs\u0026logo=Read-the-Docs\u0026style=flat-square)](https://himon.readthedocs.io/en/latest/?badge=latest)\n\nA [Python](https://www.python.org/) wrapper for [League of Comic Geeks](https://leagueofcomicgeeks.com).\n\n## Installation\n\n```console\npip install --user Himon\n```\n\n### Example Usage\n\n```python\nfrom himon.league_of_comic_geeks import LeagueofComicGeeks\nfrom himon.sqlite_cache import SQLiteCache\n\nsession = LeagueofComicGeeks(client_id=\"Client Id\", client_secret=\"Client Secret\", access_token=None, cache=SQLiteCache())\n\n# Generate an access token if not supplied\nif not session.access_token:\n    session.access_token = session.generate_access_token()\n\n# Search for Comic\nfor result in session.search(search_term=\"Blackest Night\"):\n    print(f\"Result: {result.publisher_name} - {result.series_name} - {result.title}\")\n\n# Get Series by id\nseries = session.get_series(series_id=100096)\nprint(f\"Series: {series.id} - {series.title}\")\n\n# Get Comic by id\ncomic = session.get_comic(comic_id=2710631)\nprint(f\"Comic: {comic.id} - {comic.title}\")\n```\n\n## Documentation\n\n- [Himon](https://himon.readthedocs.io/en/stable)\n\n## Bugs/Requests\n\nPlease use the [GitHub issue tracker](https://github.com/Buried-In-Code/Himon/issues) to submit bugs or request features.\n\n## Socials\n\n[![Social - Fosstodon](https://img.shields.io/badge/%40BuriedInCode-teal?label=Fosstodon\u0026logo=mastodon\u0026style=for-the-badge)](https://fosstodon.org/@BuriedInCode)\\\n[![Social - Matrix](https://img.shields.io/matrix/The-Dev-Environment:matrix.org?label=The-Dev-Environment\u0026logo=matrix\u0026style=for-the-badge)](https://matrix.to/#/#The-Dev-Environment:matrix.org)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fburied-in-code%2Fhimon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fburied-in-code%2Fhimon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fburied-in-code%2Fhimon/lists"}