{"id":16854517,"url":"https://github.com/davispuh/vacuum-parser","last_synced_at":"2025-04-11T07:14:25.646Z","repository":{"id":34332078,"uuid":"38251971","full_name":"davispuh/vacuum-parser","owner":"davispuh","description":"Parser for https://github.com/hakanensari/vacuum","archived":false,"fork":false,"pushed_at":"2015-06-29T14:28:43.000Z","size":116,"stargazers_count":4,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-04T06:42:39.580Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/davispuh.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":"2015-06-29T14:27:11.000Z","updated_at":"2017-11-22T00:31:56.000Z","dependencies_parsed_at":"2022-09-14T03:51:26.182Z","dependency_job_id":null,"html_url":"https://github.com/davispuh/vacuum-parser","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davispuh%2Fvacuum-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davispuh%2Fvacuum-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davispuh%2Fvacuum-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davispuh%2Fvacuum-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davispuh","download_url":"https://codeload.github.com/davispuh/vacuum-parser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248358603,"owners_count":21090405,"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":"2024-10-13T13:55:46.773Z","updated_at":"2025-04-11T07:14:25.619Z","avatar_url":"https://github.com/davispuh.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vacuum::Parser\n\nParser for [Vacuum](https://github.com/hakanensari/vacuum)\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'vacuum-parser'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install vacuum-parser\n\n## Usage\n\n```ruby\nrequire 'vacuum/parser'\nVacuum::Response.parser = Vacuum::Parser\nresponse = request.item_search(...)\nresult = response.parse\nif result.is_valid?\n  puts result.items.to_a.first.item_attributes['Title']\nelse\n  e = result.error\n  raise \"#{e['Code']}:#{e['Message']}\"\nend\n```\n\n## Contributing\n\n1. Fork it ( https://github.com/davispuh/vacuum-parser/fork )\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create a new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavispuh%2Fvacuum-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavispuh%2Fvacuum-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavispuh%2Fvacuum-parser/lists"}