Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/superreal/octopus

Recursive and multi-threaded broken link checker
https://github.com/superreal/octopus

broken checker crawler links

Last synced: 6 days ago
JSON representation

Recursive and multi-threaded broken link checker

Awesome Lists containing this project

README

        


Octopus


Octopus


Quickly crawl a whole website for broken links

## DEPRECATED
This package has been moved to [@deptagency/octopus](https://github.com/deptagency/octopus)

### Install

```bash
npm install --global @superreal/octopus
```

*or*

```bash
yarn global add @superreal/octopus
```

### Usage

```bash
octopus [options]
```

### Options

Option | Description | Default
------ | ----------- | -------
`--ignore-query` | Ignore a query string | `false`
`--ignore-external` | Ignore all external links | `false`
`--ignore-nofollow` | Ignore `rel=nofollow` links | `false`
`--slack-webhook` | Slack incoming webhook url | `none`
`--timeout` | Time to wait for response | `5000`
`--silent` | Run without printing progress line | `false`
`--help` | Output help text |

### Examples

```bash
octopus www.superreal.de
octopus www.awg-mode.de --ignore-external
octopus www.hardeck.de --ignore-query=isEnergyEfficiencyChartOpen --ignore-query=followSearch
octopus www.golfino.com --silent --slack-webhook=https://hooks.slack.com/services/XXX/XXX/XXX
```

### Icon
Made by [Freepik](https://www.freepik.com) from [www.flaticon.com](https://www.flaticon.com)