{"id":14956013,"url":"https://github.com/pcvg/link_scout","last_synced_at":"2025-10-24T09:30:26.754Z","repository":{"id":32623012,"uuid":"127878406","full_name":"pcvg/link_scout","owner":"pcvg","description":"LinkScout is a Broken URL Checker with several options","archived":false,"fork":false,"pushed_at":"2024-02-28T22:58:46.000Z","size":76,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-29T09:22:16.469Z","etag":null,"topics":["gem","rails","ruby","ruby-on-rails","rubygem"],"latest_commit_sha":null,"homepage":"https://rubygems.org/gems/link_scout","language":"Ruby","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/pcvg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","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}},"created_at":"2018-04-03T08:45:51.000Z","updated_at":"2022-05-30T13:37:01.000Z","dependencies_parsed_at":"2024-08-22T20:55:01.874Z","dependency_job_id":null,"html_url":"https://github.com/pcvg/link_scout","commit_stats":{"total_commits":54,"total_committers":4,"mean_commits":13.5,"dds":"0.40740740740740744","last_synced_commit":"6d3bb1e3cbb252c3fc008112ea72459c1ad66634"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcvg%2Flink_scout","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcvg%2Flink_scout/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcvg%2Flink_scout/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcvg%2Flink_scout/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pcvg","download_url":"https://codeload.github.com/pcvg/link_scout/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237944049,"owners_count":19391588,"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":["gem","rails","ruby","ruby-on-rails","rubygem"],"created_at":"2024-09-24T13:12:10.769Z","updated_at":"2025-10-24T09:30:26.396Z","avatar_url":"https://github.com/pcvg.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LinkScout [![Build Status](https://travis-ci.org/pcvg/link_scout.svg?branch=master)](https://travis-ci.org/pcvg/link_scout) [![Coverage Status](https://coveralls.io/repos/github/pcvg/link_scout/badge.svg?branch=master)](https://coveralls.io/github/pcvg/link_scout?branch=master) [![Gem Version](https://badge.fury.io/rb/link_scout.svg)](http://badge.fury.io/rb/link_scout)\n\nWelcome to LinkScout gem!\n\nLinkScout helps users to find broken links by analysing response code or body.\n\nIt can take single or multiple URLs as input making it easy to handle link checking in larger batches.\nIt can also follow links through redirect chains making sure links eventually work for your users.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'link_scout'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install link_scout\n\n## Usage\n  ```ruby\n  options = {\n    success: 200,\n    follow: true,\n    limit: 1,\n    target: 'http://target.com',\n    deeplink_param: 'deeplink',\n    pattern: /abc/i,\n    antipattern: /cde/i,\n  }\n  ```\n  ### Single URLS\n  ```ruby\n  LinkScout::run(url, options)\n  ```\n\n  ```ruby\n  LinkScout::run(url: url, option: value)\n  ```\n\n  ### Multiple with shared options\n  ```ruby\n  LinkScout::run([url, url1, url2], options)\n  ```\n\n  ### Multiple with individual options\n  ```ruby\n  LinkScout::run([{ url: url }, { url: url1, option: value }])\n  ```\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/pcvg/link_scout/issues. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n\n## Code of Conduct\n\nEveryone interacting in the LinkScout project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/pcvg/link_scout/blob/master/CODE_OF_CONDUCT.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpcvg%2Flink_scout","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpcvg%2Flink_scout","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpcvg%2Flink_scout/lists"}