{"id":19489299,"url":"https://github.com/inndy/dmhy-sdk","last_synced_at":"2025-09-10T14:06:19.536Z","repository":{"id":66330600,"uuid":"52095015","full_name":"Inndy/dmhy-sdk","owner":"Inndy","description":"a parser for dmhy ","archived":false,"fork":false,"pushed_at":"2016-02-19T15:22:20.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-08T08:53:52.738Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":false,"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/Inndy.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":"2016-02-19T15:01:11.000Z","updated_at":"2021-08-18T18:45:45.000Z","dependencies_parsed_at":"2023-05-05T00:43:39.434Z","dependency_job_id":null,"html_url":"https://github.com/Inndy/dmhy-sdk","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Inndy/dmhy-sdk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Inndy%2Fdmhy-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Inndy%2Fdmhy-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Inndy%2Fdmhy-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Inndy%2Fdmhy-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Inndy","download_url":"https://codeload.github.com/Inndy/dmhy-sdk/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Inndy%2Fdmhy-sdk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274475350,"owners_count":25292390,"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-09-10T02:00:12.551Z","response_time":83,"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":"2024-11-10T21:08:01.294Z","updated_at":"2025-09-10T14:06:19.484Z","avatar_url":"https://github.com/Inndy.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dmhy\n\n## Desciption\n\na really simple library for dmhy ( http://share.dmhy.org/ )\n\n## Functions\n\n### search\n\nkeywords\nit needs one parameter which can be a string or a list.\nnote that when using string type, all keywords should split by space.\nreturn a list contains all topics in first page of searching result.\n\n## Class\n\n### AnimateEntry\n\nThis class contains fields such `title`, `date`, `url`, `magnet` whch\nrepresents an animate search record.\n\n## Installation\n\n```\npip3 install git+https://github.com/azdkj532/dmhy-sdk.git\n```\n\n## Usage\n\n```python\nimport dmhy\n\nfor record in dmhy.search('shinsekai'):\n    print('%s - %s\\n%s' % (record.date, record.title, record.url))\n```\n\n## Dependency\n\n- BeautifulSoup4\n- requests\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finndy%2Fdmhy-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finndy%2Fdmhy-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finndy%2Fdmhy-sdk/lists"}