{"id":27938933,"url":"https://github.com/davidcornu/sawzall","last_synced_at":"2026-03-14T18:07:31.004Z","repository":{"id":288826636,"uuid":"969269847","full_name":"davidcornu/sawzall","owner":"davidcornu","description":"Ruby bindings to https://github.com/rust-scraper/scraper","archived":false,"fork":false,"pushed_at":"2025-05-04T22:51:07.000Z","size":34,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-07T08:58:29.291Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"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/davidcornu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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-04-19T19:11:48.000Z","updated_at":"2025-05-04T22:51:10.000Z","dependencies_parsed_at":"2025-04-19T21:43:15.477Z","dependency_job_id":null,"html_url":"https://github.com/davidcornu/sawzall","commit_stats":null,"previous_names":["davidcornu/sawzall"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidcornu%2Fsawzall","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidcornu%2Fsawzall/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidcornu%2Fsawzall/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidcornu%2Fsawzall/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davidcornu","download_url":"https://codeload.github.com/davidcornu/sawzall/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252847510,"owners_count":21813451,"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":[],"created_at":"2025-05-07T08:58:31.960Z","updated_at":"2026-03-14T18:07:25.959Z","avatar_url":"https://github.com/davidcornu.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sawzall 🪚\n\nSawzall wraps the Rust scraper library (https://github.com/rust-scraper/scraper) to make it easy to parse HTML documents and query them with CSS selectors.\n\n```ruby\nrequire \"sawzall\"\nrequire \"net/http\"\n\ndoc = Sawzall.parse_document(Net::HTTP.get(\"example.org\", \"/\"))\ndoc.select(\"title\").first.text #=\u003e \"Example Domain\"\n```\n\n\u003e [!NOTE]\n\u003e Sawzall is a hobby project. Expect ongoing development and maintenance to be very much correlated to how much value it brings me as a learning resource and as a tool for my other projects.\n\u003e\n\u003e You are welcome to report bugs you run into or submit pull requests for changes that would make it more useful for your use-case, but please bear the above in mind.\n\n## Installation\n\nInstall the gem and add to the application's Gemfile by executing:\n\n```bash\nbundle add sawzall\n```\n\nIf bundler is not being used to manage dependencies, install the gem by executing:\n\n```bash\ngem install sawzall\n```\n\n## Usage\n\n[API documentation](https://davidcornu.github.io/sawzall/)\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/davidcornu/sawzall.\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidcornu%2Fsawzall","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavidcornu%2Fsawzall","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidcornu%2Fsawzall/lists"}