{"id":24191506,"url":"https://github.com/ombe1229/holodex","last_synced_at":"2025-08-01T02:14:07.240Z","repository":{"id":41870643,"uuid":"398343259","full_name":"ombe1229/holodex","owner":"ombe1229","description":"Holodex api Python wrapper","archived":false,"fork":false,"pushed_at":"2023-09-18T10:10:53.000Z","size":110,"stargazers_count":13,"open_issues_count":5,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-08-30T20:39:39.235Z","etag":null,"topics":["holodex","hololive","vtuber"],"latest_commit_sha":null,"homepage":"https://holodex.stoplight.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ombe1229.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":"2021-08-20T16:48:13.000Z","updated_at":"2024-08-06T14:30:20.000Z","dependencies_parsed_at":"2023-02-17T04:16:05.548Z","dependency_job_id":null,"html_url":"https://github.com/ombe1229/holodex","commit_stats":null,"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ombe1229%2Fholodex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ombe1229%2Fholodex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ombe1229%2Fholodex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ombe1229%2Fholodex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ombe1229","download_url":"https://codeload.github.com/ombe1229/holodex/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233761293,"owners_count":18726117,"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":["holodex","hololive","vtuber"],"created_at":"2025-01-13T15:19:06.070Z","updated_at":"2025-01-13T15:19:06.724Z","avatar_url":"https://github.com/ombe1229.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# holodex\n\n[![PyPI version](https://badge.fury.io/py/holodex.svg)](https://badge.fury.io/py/holodex)\n[![PyPI downloads](https://img.shields.io/pypi/dm/holodex.svg)](https://pypi.python.org/pypi/holodex)\n[![CodeFactor](https://www.codefactor.io/repository/github/ombe1229/holodex/badge)](https://www.codefactor.io/repository/github/ombe1229/holodex)\n[![Github release](https://github.com/ombe1229/holodex/actions/workflows/ci.yml/badge.svg)](https://github.com/ombe1229/holodex/actions/workflows/ci.yml)\n\n\u003e Holodex api wrapper\n\n## Example\n\n```py\nimport asyncio\nfrom holodex.client import HolodexClient\n\n\nasync def main():\n    async with HolodexClient() as client:\n        search = await client.autocomplete(\"iofi\")\n        channel_id = search.contents[0].value\n        print(channel_id)\n\n        channel = await client.channel(channel_id)\n        print(channel.name)\n        print(channel.subscriber_count)\n\n        videos = await client.videos_from_channel(channel_id, \"videos\")\n        print(videos.contents[0].title)\n\n        channels = await client.channels(limit=100)\n\n        print(channels[0].name)\n        print(channels[0].subscriber_count)\n\n\nasyncio.run(main())\n\n\n\"\"\"\nUCAoy6rzhSf4ydcYjJw3WoVg\nAirani Iofifteen Channel hololive-ID\n508000\nFreetalk dan Terima Kasih Superchat! + Risu OG Song React?!\nNanashi Mumei Ch. hololive-EN\n528000\n\"\"\"\n\n```\n\n## Installation\n\n```\npython -m pip install holodex\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fombe1229%2Fholodex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fombe1229%2Fholodex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fombe1229%2Fholodex/lists"}