{"id":24659984,"url":"https://github.com/toolworks-dev/docsrs-scraper","last_synced_at":"2026-03-07T09:03:33.785Z","repository":{"id":271005266,"uuid":"912124765","full_name":"toolworks-dev/docsrs-scraper","owner":"toolworks-dev","description":"Scrapes Docs.rs to have all your documentation for a crate in a single file","archived":false,"fork":false,"pushed_at":"2025-05-22T07:41:35.000Z","size":11,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-09T23:36:03.854Z","etag":null,"topics":["crate-docs","docs-rs","open-source","rust","rust-documentation","rust-scraping","toolworks-dev"],"latest_commit_sha":null,"homepage":"https://docsrs.toolworks.dev/","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/toolworks-dev.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-01-04T17:10:11.000Z","updated_at":"2025-05-22T07:41:38.000Z","dependencies_parsed_at":"2025-06-09T23:32:50.665Z","dependency_job_id":"0a7ba863-08eb-4723-888d-fbb4f7bf2195","html_url":"https://github.com/toolworks-dev/docsrs-scraper","commit_stats":null,"previous_names":["toolworks-dev/docsrs-scraper"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/toolworks-dev/docsrs-scraper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toolworks-dev%2Fdocsrs-scraper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toolworks-dev%2Fdocsrs-scraper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toolworks-dev%2Fdocsrs-scraper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toolworks-dev%2Fdocsrs-scraper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/toolworks-dev","download_url":"https://codeload.github.com/toolworks-dev/docsrs-scraper/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toolworks-dev%2Fdocsrs-scraper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30210375,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T09:02:10.694Z","status":"ssl_error","status_checked_at":"2026-03-07T09:02:08.429Z","response_time":53,"last_error":"SSL_read: 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":["crate-docs","docs-rs","open-source","rust","rust-documentation","rust-scraping","toolworks-dev"],"created_at":"2025-01-26T03:15:42.478Z","updated_at":"2026-03-07T09:03:33.766Z","avatar_url":"https://github.com/toolworks-dev.png","language":"Python","readme":"# Docs.rs Scraper\n\nA web application that scrapes and converts docs.rs documentation into a single markdown file. This tool allows you to easily create offline documentation for Rust crates.\n\n## Quick Start with Docker\n\n```bash\ngit clone https://github.com/toolworks-dev/docsrs-scraper.git\ncd docsrs-scraper\n\ndocker compose up -d\n\nAccess the web interface at http://localhost:8721\n```\n\n## Manual Installation\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/toolworks-dev/docsrs-scraper.git\ncd docsrs-scraper\n```\n\n2. Create and activate virtual environment:\n```bash\npython -m venv venv\nsource venv/bin/activate\n```\n\n3. Install dependencies:\n```bash\npip install -r requirements.txt\n```\n\n4. Run with Gunicorn:\n```bash\ngunicorn --bind 0.0.0.0:8721 --workers 4 --timeout 120 wsgi:app\n```\n\n## Usage\n\n### Web Interface\n1. Navigate to `http://localhost:8721`\n2. Enter the crate path (e.g., `wgpu/latest/wgpu`)\n3. Enter desired output filename\n4. Click \"Generate Documentation\"\n5. Download the generated markdown file\n\n### Command Line\n```bash\npython docs_scraper.py https://docs.rs/wgpu/latest/wgpu output.md\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoolworks-dev%2Fdocsrs-scraper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftoolworks-dev%2Fdocsrs-scraper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoolworks-dev%2Fdocsrs-scraper/lists"}