{"id":15020895,"url":"https://github.com/elliotgao2/htmlfetcher","last_synced_at":"2026-01-31T15:34:24.330Z","repository":{"id":62569575,"uuid":"123245021","full_name":"elliotgao2/htmlfetcher","owner":"elliotgao2","description":"No pain HTML fetching library.","archived":false,"fork":false,"pushed_at":"2018-03-02T13:35:00.000Z","size":2253,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-09-29T16:55:23.113Z","etag":null,"topics":["ajax","fetcher","python","selenium"],"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/elliotgao2.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":"2018-02-28T07:13:24.000Z","updated_at":"2023-09-08T17:37:18.000Z","dependencies_parsed_at":"2022-11-03T17:15:21.819Z","dependency_job_id":null,"html_url":"https://github.com/elliotgao2/htmlfetcher","commit_stats":null,"previous_names":["elliotgao2/htmlfetcher","gaojiuli/htmlfetcher"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/elliotgao2/htmlfetcher","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elliotgao2%2Fhtmlfetcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elliotgao2%2Fhtmlfetcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elliotgao2%2Fhtmlfetcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elliotgao2%2Fhtmlfetcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elliotgao2","download_url":"https://codeload.github.com/elliotgao2/htmlfetcher/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elliotgao2%2Fhtmlfetcher/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28946778,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T14:26:55.697Z","status":"ssl_error","status_checked_at":"2026-01-31T14:26:52.545Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["ajax","fetcher","python","selenium"],"created_at":"2024-09-24T19:55:49.199Z","updated_at":"2026-01-31T15:34:24.312Z","avatar_url":"https://github.com/elliotgao2.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HTML Parsing\n\nNo pain HTML fetching library. \n\nA light wrapper of selenium.\n\nFor page with a lot of ajax.\n\n\n## Installation\n\n```python\npip install htmlfetcher\n```\n\ndownload browser: [https://github.com/mozilla/geckodriver/releases](https://github.com/mozilla/geckodriver/releases)\n\n## Usage\n\n```python\nfrom htmlfetcher import HTMLFetcher\n\nfetcher = HTMLFetcher(browser='/home/bug/桌面/geckodriver')\ntext = fetcher.get('http://zhaopin.baidu.com/quanzhi?tid=4139\u0026ie=utf8\u0026oe=utf8\u0026query=python\u0026city_sug=%E6%88%90%E9%83%BD')\nfetcher.close()\n\nprint(text)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felliotgao2%2Fhtmlfetcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felliotgao2%2Fhtmlfetcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felliotgao2%2Fhtmlfetcher/lists"}